mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
remove mate-system-monitor queue from sbopkg queue
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
743e85725a
commit
a0e67e345f
1 changed files with 1 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
PRGNAM=mate-system-monitor
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -125,9 +125,5 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||
# buttons and menus.
|
||||
find $PKG/usr/share/mate/help/$PRGNAM/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; || true
|
||||
|
||||
# Add mate-system-monitor queue file for sbopkg
|
||||
mkdir -p $PKG/var/lib${LIBDIRSUFFIX}/sbopkg/queues
|
||||
cp -a $CWD/mate-system-monitor.sqf $PKG/var/lib${LIBDIRSUFFIX}/sbopkg/queues
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
|
||||
|
|
Loading…
Reference in a new issue