sqg: Added /usr/libexec to sbopkg.SlackBuild.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2017-03-10 13:45:08 +01:00
parent 6ef7b42ad5
commit 55a4979070

View File

@ -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 {} \;