mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-15 09:18:20 +00:00
Linux-PAM:
- use variable for fakeroot script
This commit is contained in:
@ -25,7 +25,7 @@ mkdir -p $INSTALL/lib/security
|
||||
# cp -PR $PKG_BUILD/modules/pam_tally/pam_tally $INSTALL/lib/security
|
||||
cp -PR $PKG_BUILD/modules/pam_tally2/.libs/pam_tally2 $INSTALL/lib/security
|
||||
cp -PR $PKG_BUILD/modules/pam_unix/unix_chkpwd $INSTALL/lib/security
|
||||
echo "chmod 4755 $INSTALL/lib/security/unix_chkpwd" >> $ROOT/.fakeroot.$PROJECT
|
||||
echo "chmod 4755 $INSTALL/lib/security/unix_chkpwd" >> $FAKEROOT_SCRIPT
|
||||
cp -PR $PKG_BUILD/modules/pam_unix/unix_update $INSTALL/lib/security
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
|
Reference in New Issue
Block a user