mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-30 20:34:23 +01: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue