mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
fix sbopkg.SlackBuild script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
c372367c8f
commit
91de1ff481
@ -26,7 +26,7 @@ rm -rf $PKG
|
|||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
@ -36,23 +36,23 @@ find -L . \
|
|||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
mkdir -p $PKG/etc/sbopkg $PKG/etc/logrotate.d/
|
mkdir -p $PKG/etc/sbopkg $PKG/etc/logrotate.d/
|
||||||
cp -a etc/sbopkg/* $PKG/etc/sbopkg
|
cp -a src/etc/sbopkg/* $PKG/etc/sbopkg
|
||||||
cp -a etc/logrotate.d/sbopkg $PKG/etc/logrotate.d/
|
cp -a src/etc/logrotate.d/sbopkg $PKG/etc/logrotate.d/
|
||||||
mv $PKG/etc/sbopkg/sbopkg.conf $PKG/etc/sbopkg/sbopkg.conf.new
|
mv $PKG/etc/sbopkg/sbopkg.conf $PKG/etc/sbopkg/sbopkg.conf.new
|
||||||
mv $PKG/etc/sbopkg/blacklist $PKG/etc/sbopkg/blacklist.new
|
mv $PKG/etc/sbopkg/blacklist $PKG/etc/sbopkg/blacklist.new
|
||||||
|
|
||||||
mkdir -p $PKG/usr/sbin
|
mkdir -p $PKG/usr/sbin
|
||||||
cp usr/sbin/* $PKG/usr/sbin
|
cp src/usr/sbin/* $PKG/usr/sbin
|
||||||
|
|
||||||
mkdir -p $PKG/usr/libexec/$PRGNAM
|
mkdir -p $PKG/usr/libexec/$PRGNAM
|
||||||
cp -ar usr/libexec/$PRGNAM/* $PKG/usr/libexec/$PRGNAM
|
cp -ar src/usr/libexec/$PRGNAM/* $PKG/usr/libexec/$PRGNAM
|
||||||
|
|
||||||
mkdir -p $PKG/usr/man
|
mkdir -p $PKG/usr/man
|
||||||
cp -a usr/man/* $PKG/usr/man
|
cp -a src/usr/man/* $PKG/usr/man
|
||||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a usr/doc/* $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a src/usr/doc/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
ln -s /usr/doc/$PRGNAM-$VERSION/README-repos $PKG/etc/$PRGNAM/repos.d/README
|
ln -s /usr/doc/$PRGNAM-$VERSION/README-repos $PKG/etc/$PRGNAM/repos.d/README
|
||||||
ln -s /usr/doc/$PRGNAM-$VERSION/README-renames \
|
ln -s /usr/doc/$PRGNAM-$VERSION/README-renames \
|
||||||
$PKG/etc/$PRGNAM/renames.d/README
|
$PKG/etc/$PRGNAM/renames.d/README
|
||||||
|
Loading…
Reference in New Issue
Block a user