mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
sqg: Added /usr/libexec to sbopkg.SlackBuild.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
parent
6ef7b42ad5
commit
55a4979070
@ -42,6 +42,9 @@ mv $PKG/etc/sbopkg/sbopkg.conf $PKG/etc/sbopkg/sbopkg.conf.new
|
||||
mkdir -p $PKG/usr/sbin
|
||||
cp usr/sbin/* $PKG/usr/sbin
|
||||
|
||||
mkdir -p $PKG/usr/libexec/$PRGNAM
|
||||
cp -ar usr/libexec/$PRGNAM/* $PKG/usr/libexec/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/usr/man
|
||||
cp -a usr/man/* $PKG/usr/man
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user