summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0913e96ef983..814bd5f2e329 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=masterpassword-cli
pkgver=2.2
-pkgrel=3
+pkgrel=4
pkgdesc="CLI version of Master Password."
arch=('any')
@@ -33,5 +33,5 @@ build() {
}
package() {
- install -Dm755 "mpw" "$pkgdir/usr/bin/mpw"
+ /usr/bin/install -Dm755 "mpw" "$pkgdir/usr/bin/mpw"
}