summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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