From e3fdffb1aeb131b95988cedf8f40fba09179410e Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 26 Sep 2013 17:14:16 +0700 Subject: [PATCH] remove mate-system-monitor queue from sbopkg queue Signed-off-by: Willy Sudiarto Raharjo --- testing/mate-system-monitor/mate-system-monitor.SlackBuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/testing/mate-system-monitor/mate-system-monitor.SlackBuild b/testing/mate-system-monitor/mate-system-monitor.SlackBuild index 56e2f5e..0a8db38 100644 --- a/testing/mate-system-monitor/mate-system-monitor.SlackBuild +++ b/testing/mate-system-monitor/mate-system-monitor.SlackBuild @@ -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}