summaryrefslogtreecommitdiff
path: root/libre/parabola-backgrounds
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2015-10-24 06:02:25 -0400
committerGaming4JC <g4jc@openmailbox.org>2015-10-24 06:02:25 -0400
commit6b2d927485bd8cb68420852346b7af64ae7dc753 (patch)
treea222f2af9487ebfd94c2f94f4ff77cd4ad92d254 /libre/parabola-backgrounds
parent2c9f64616e82d19fa6c079d7bb64cbe47e086d5c (diff)
fix parabola-backgrounds PKGBUILD
Diffstat (limited to 'libre/parabola-backgrounds')
-rw-r--r--libre/parabola-backgrounds/PKGBUILD2
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