summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2024-01-12 20:52:53 -0500
committeréclairevoyant2024-01-12 20:52:53 -0500
commit83dcd8f206df3d971134dc0afc6b3f334c455926 (patch)
tree61d0129d60818e2c49ee0f6eaa5af1ef0b6ee2ae
parent58521706a96916533230691d9e07e8300a527372 (diff)
downloadaur-83dcd8f206df3d971134dc0afc6b3f334c455926.tar.gz
xrasengan: install binary to correct location
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1eed5ac8765d..cef87ba3adb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xrasengan
pkgver=1.0.0.r1.3c3bb5c
-pkgrel=2
+pkgrel=3
pkgdesc="XRandR wrapper to make your multi-monitor setup easier"
arch=(any)
url="https://github.com/geyslan/$pkgname"
@@ -19,7 +19,7 @@ pkgver() {
package() {
cd $pkgname
- install -vDm755 $pkgname -t "$pkgdir/usr/bin/$pkgname"
+ install -vDm755 $pkgname -t "$pkgdir/usr/bin/"
install -vDm644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
install -vDm644 ${pkgname}_complete "$pkgdir/usr/share/bash-completion/completions/$pkgname"
}