summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpiotr2024-02-04 13:12:18 +0100
committerpiotr2024-02-04 13:12:18 +0100
commit64be5946bc9108cf05d02d4a2e4d1e7b5e3b104e (patch)
tree50f2e36573e0eb12f88cc979624a646f98eca564 /PKGBUILD
parentbbb900ed1505fdc5e25817dbb62e07d38179a415 (diff)
downloadaur-64be5946bc9108cf05d02d4a2e4d1e7b5e3b104e.tar.gz
fix install paths
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b63c4e72526..5488462acfa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Project: nwg-shell for sway, https://github.com/nwg-piotr/nwg-shell
pkgname=('nwg-menu-bin')
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="MenuStart for sway and other wlroots-based compositors"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-menu"
@@ -23,6 +23,6 @@ package() {
install -Dm644 -t "$pkgdir"/usr/share/nwg-menu/ menu-start.css
install -Dm755 -t "$pkgdir"/usr/bin bin/nwg-menu
- install -D -t "$pkgdir"/usr/share/licenses/"$pkgname" LICENSE
- install -D -t "$pkgdir"/usr/share/doc/"$pkgname" README.md
+ install -D -t "$pkgdir"/usr/share/licenses/nwg-menu LICENSE
+ install -D -t "$pkgdir"/usr/share/doc/nwg-menu README.md
}