mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
ecryptfs-utils: fix installation.
This commit is contained in:
parent
10ef7bb706
commit
a439ca7fcb
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ long_desc="
|
||||||
CPPFLAGS="-D_FILE_OFFSET_BITS=64"
|
CPPFLAGS="-D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmove "sbin/*" usr/sbin
|
vmkdir usr
|
||||||
|
mv ${DESTDIR}/sbin ${DESTDIR}/usr
|
||||||
chmod +s ${DESTDIR}/usr/sbin/mount.ecryptfs_private
|
chmod +s ${DESTDIR}/usr/sbin/mount.ecryptfs_private
|
||||||
|
|
||||||
vmkdir usr/lib/modules-load.d
|
vmkdir usr/lib/modules-load.d
|
||||||
|
|
Loading…
Add table
Reference in a new issue