wok-current rev 25752
Fix copy stuff for pam
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Feb 20 12:41:26 2025 +0000 (7 months ago) |
parents | 4397c27de57f |
children | 931079c1cd02 |
files | pam/receipt |
line diff
1.1 --- a/pam/receipt Wed Feb 19 15:31:28 2025 +0000 1.2 +++ b/pam/receipt Thu Feb 20 12:41:26 2025 +0000 1.3 @@ -47,7 +47,7 @@ 1.4 cp -a $install/lib/*so* $fs/lib 1.5 cp -a $install/lib/security $fs/lib 1.6 rm -f $fs/lib/security/*.la 1.7 - cp -a $stuff/* $fs 1.8 + cp -a $stuff/etc $fs 1.9 } 1.10 1.11 pre_remove()