diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2015-10-24 06:02:25 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2015-10-24 06:02:25 -0400 |
commit | 6b2d927485bd8cb68420852346b7af64ae7dc753 (patch) | |
tree | a222f2af9487ebfd94c2f94f4ff77cd4ad92d254 /libre | |
parent | 2c9f64616e82d19fa6c079d7bb64cbe47e086d5c (diff) | |
download | abslibre-6b2d927485bd8cb68420852346b7af64ae7dc753.tar.gz abslibre-6b2d927485bd8cb68420852346b7af64ae7dc753.tar.bz2 abslibre-6b2d927485bd8cb68420852346b7af64ae7dc753.zip |
fix parabola-backgrounds PKGBUILD
Diffstat (limited to 'libre')
-rw-r--r-- | libre/parabola-backgrounds/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/parabola-backgrounds/PKGBUILD b/libre/parabola-backgrounds/PKGBUILD index 2e72d2d83..3353781c0 100644 --- a/libre/parabola-backgrounds/PKGBUILD +++ b/libre/parabola-backgrounds/PKGBUILD @@ -39,7 +39,7 @@ prepare() { package() { cd $srcdir ### Place License Information## - install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname + install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname ## Install all png files to backgrounds folder### find *.png -exec install -D -m644 {} ${pkgdir}/usr/share/backgrounds{} \; mv ${pkgdir}/usr/share/backgrounds. ${pkgdir}/usr/share/backgrounds ## fix strange period in packaging directory |