summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4427055f6e14..590dc3f79449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('nwg-shell-wallpapers')
pkgver=0.1.4
-pkgrel=2
+pkgrel=3
pkgdesc="nwg-shell wallpapers package"
arch=('any')
url="https://github.com/nwg-piotr/nwg-shell-wallpapers"
@@ -15,10 +15,10 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-shell-wallpap
md5sums=('7aa66923cd9656570c750e3b5975de7e')
package() {
- cd "$srcdir"
+ cd "${pkgname}-${pkgver}"
install -d "$pkgdir"/usr/share/backgrounds/nwg-shell
- install -Dm644 "$pkgname"-"$pkgver"/wallpapers/* $pkgdir/usr/share/backgrounds/nwg-shell/
+ install -D -t "$pkgdir"/usr/share/backgrounds/nwg-shell wallpapers/*
install -D -t "$pkgdir"/usr/share/licenses/"$pkgname" LICENSE
install -D -t "$pkgdir"/usr/share/doc/"$pkgname" README.md
}