ecryptfs-utils: move to usr/bin.
This commit is contained in:
parent
937b2de026
commit
8962e09b0b
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'ecryptfs-utils'
|
||||
pkgname=ecryptfs-utils
|
||||
version=106
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pamdir=/usr/lib/security --enable-gpg --enable-gui
|
||||
configure_args="--sbindir=/usr/bin
|
||||
--with-pamdir=/usr/lib/security --enable-gpg --enable-gui
|
||||
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
||||
hostmakedepends="automake gettext-devel glib-devel libtool pkg-config intltool swig"
|
||||
makedepends="python-devel pam-devel nss-devel libressl-devel keyutils-devel gpgme-devel gtk+-devel"
|
||||
|
@ -28,8 +29,8 @@ pre_configure() {
|
|||
|
||||
post_install() {
|
||||
vmkdir usr
|
||||
mv ${DESTDIR}/sbin ${DESTDIR}/usr
|
||||
chmod +s ${DESTDIR}/usr/sbin/mount.ecryptfs_private
|
||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||
chmod +s ${DESTDIR}/usr/bin/mount.ecryptfs_private
|
||||
|
||||
vmkdir usr/lib/modules-load.d
|
||||
echo "ecryptfs" > ${DESTDIR}/usr/lib/modules-load.d/ecryptfs.conf
|
||||
|
|
Loading…
Reference in a new issue