summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShinyzenith2022-12-22 20:35:50 +0530
committerShinyzenith2022-12-22 20:35:50 +0530
commitf2377deccf3c948b0439d26de2e03a66bb0288c4 (patch)
tree891789a2d99515dbdad14f288ed4635223610478
parent38412b75e06dc0c72bd3272c50383946eae570b9 (diff)
downloadaur-f2377deccf3c948b0439d26de2e03a66bb0288c4.tar.gz
[push] Update swhkd to latest pkgbuild
Signed-off-by: Shinyzenith <aakashsensharma@gmail.com>
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afb24dea0bd4..db0f4e1c7bf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,13 +26,7 @@ build(){
package() {
cd "$_pkgname"
- install -Dm 755 ./target/release/swhkd "$pkgdir/usr/bin/swhkd"
- install -Dm 755 ./target/release/swhks "$pkgdir/usr/bin/swhks"
-
- install -Dm 644 -o root ./com.github.swhkd.pkexec.policy -t "$pkgdir/usr/share/polkit-1/actions"
-
- install -Dm 644 ./docs/*.1.gz -t "$pkgdir/usr/share/man/man1/"
- install -Dm 644 ./docs/*.5.gz -t "$pkgdir/usr/share/man/man5/"
+ make DESTDIR="$pkgdir/" install
cd "${srcdir}/${_pkgname}-vim"
for i in ftdetect ftplugin indent syntax; do