mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
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'
|
# Template file for 'ecryptfs-utils'
|
||||||
pkgname=ecryptfs-utils
|
pkgname=ecryptfs-utils
|
||||||
version=106
|
version=106
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
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"
|
--with-gpgme-prefix=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="automake gettext-devel glib-devel libtool pkg-config intltool swig"
|
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"
|
makedepends="python-devel pam-devel nss-devel libressl-devel keyutils-devel gpgme-devel gtk+-devel"
|
||||||
|
@ -28,8 +29,8 @@ pre_configure() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr
|
vmkdir usr
|
||||||
mv ${DESTDIR}/sbin ${DESTDIR}/usr
|
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||||
chmod +s ${DESTDIR}/usr/sbin/mount.ecryptfs_private
|
chmod +s ${DESTDIR}/usr/bin/mount.ecryptfs_private
|
||||||
|
|
||||||
vmkdir usr/lib/modules-load.d
|
vmkdir usr/lib/modules-load.d
|
||||||
echo "ecryptfs" > ${DESTDIR}/usr/lib/modules-load.d/ecryptfs.conf
|
echo "ecryptfs" > ${DESTDIR}/usr/lib/modules-load.d/ecryptfs.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue