summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatheus Fillipe2022-11-04 13:36:53 -0300
committerMatheus Fillipe2022-11-04 13:36:53 -0300
commitc4f77e9cae58189b372c459542a66fed431b9426 (patch)
tree25ccacc3c06bfaa3029ee137835bd3113bf55f60 /PKGBUILD
parent0ead03038225e25c8c4e34f45f978d90e2031224 (diff)
downloadaur-c4f77e9cae58189b372c459542a66fed431b9426.tar.gz
Remove install commands
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9c534d32535..e6c9b22ea5c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer mattf <matheusfillipeag@gmail.com>
pkgname=warpd-git
-pkgver=r229.faa423d
+pkgver=r234.5971cfb
_gitname=warpd
pkgrel=1
pkgdesc="A modal keyboard driven interface for mouse manipulation."
@@ -28,6 +28,5 @@ build () {
package () {
cd ${_gitname}
- install -Dm755 -t "${pkgdir}"/usr/bin bin/warpd
- install -Dm644 files/warpd.1.gz -t "${pkgdir}"/usr/share/man/man1/
+ make install DESTDIR="$pkgdir"
}