summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a2dca530cfc..f9f6eedd70cd 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sph-pack-git
-pkgver=20
+pkgver=21
pkgrel=1
pkgdesc="free software file packaging solution. compounding/compression/encryption and the rerverse with only one standard file format per task"
arch=(any)
@@ -20,5 +20,5 @@ pkgver() {
package() {
cd $pkgname
- ./exe/install "$pkgdir"
+ ./exe/install --prefix="$pkgdir"
}