summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorearthian2024-03-17 12:15:22 +0300
committerearthian2024-03-17 12:15:22 +0300
commit75016b3171f16f02e15fc51b5cb911ea993e5c74 (patch)
tree78859257fdebad1039c2747be8c99e5122db6f4c /PKGBUILD
parentdf61ab49c156ae8df9a24103b06be87c979179ee (diff)
downloadaur-rofi-pass-wayland-git.tar.gz
bring back makefile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57c2ed47b17c..8100eef8dcb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,5 @@ pkgver() {
package() {
cd "$srcdir/${pkgname%-git}"
- install -Dm755 rofi-pass "${pkgdir}/bin/rofi-pass"
- install -Dm644 config.example "${pkgdir}/share/rofi-pass/config.example"
- install -Dm644 README.org "${pkgdir}/share/doc/rofi-pass/README.org"
+ make DESTDIR="$pkgdir" PREFIX="/usr" install
}