mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
modify sbopkg.SlackBuilds to include new renames.d directory
This commit is contained in:
parent
516c681183
commit
29f239fc43
@ -35,8 +35,8 @@ find . \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/etc/sbopkg
|
||||
cp etc/sbopkg/* $PKG/etc/sbopkg
|
||||
mkdir -p $PKG/etc/sbopkg/renames.d
|
||||
cp -a etc/sbopkg/* $PKG/etc/sbopkg
|
||||
|
||||
mkdir -p $PKG/usr/sbin
|
||||
cp usr/sbin/* $PKG/usr/sbin
|
||||
|
Loading…
Reference in New Issue
Block a user