aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ecryptfs-utils
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-01-31 10:40:51 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-01-31 10:42:17 +0200
commit06ba7180fd92666b3ee83095718f684bb784b00d (patch)
treea9e1dce9cfd4f5b833f78e56c9749612e3a391fd /testing/ecryptfs-utils
parentd42cb6fbd87be223ebdca0dea84bb12d9360e741 (diff)
downloadaports-06ba7180fd92666b3ee83095718f684bb784b00d.tar.bz2
aports-06ba7180fd92666b3ee83095718f684bb784b00d.tar.xz
testing/ecryptfs-utils: use default sbin directory
fixes the shipped scripts to work that rely files to be in /sbin
Diffstat (limited to 'testing/ecryptfs-utils')
-rw-r--r--testing/ecryptfs-utils/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ecryptfs-utils/APKBUILD b/testing/ecryptfs-utils/APKBUILD
index bf0d46c164..547f93f3b0 100644
--- a/testing/ecryptfs-utils/APKBUILD
+++ b/testing/ecryptfs-utils/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=ecryptfs-utils
pkgver=111
-pkgrel=0
+pkgrel=1
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
url="https://launchpad.net/ecryptfs"
arch="all"
@@ -35,8 +35,8 @@ build() {
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" rootsbindir='/usr/bin' install || return 1
- chmod +s "$pkgdir"/usr/bin/mount.ecryptfs_private || return 1
+ make DESTDIR="$pkgdir" install || return 1
+ chmod +s "$pkgdir"/sbin/mount.ecryptfs_private || return 1
}
py() {