From 87bd881bbd6dbd2f84a017b1a01014c09483dcb6 Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Sun, 24 Mar 2013 17:17:12 -0400 Subject: [PATCH] remove --enable-matecomponent from mate-panel SlackBuild; seems to be an unrecognized compile option; thanks to Willy Sudiarto Raharjo --- base/mate-panel/mate-panel.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/base/mate-panel/mate-panel.SlackBuild b/base/mate-panel/mate-panel.SlackBuild index b4bc040..5933dc7 100644 --- a/base/mate-panel/mate-panel.SlackBuild +++ b/base/mate-panel/mate-panel.SlackBuild @@ -88,7 +88,6 @@ CXXFLAGS="$SLKCFLAGS" \ --libexecdir=/usr/lib${LIBDIRSUFFIX}/mate-panel \ --disable-scrollkeeper \ --enable-introspection \ - --enable-matecomponent \ --build=$ARCH-slackware-linux make $NUMJOBS || make @@ -131,8 +130,8 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh # Remove help files for now - until MATE upstream fixes help documentation # buttons and menus. -find $PKG/usr/share/mate/help/mate-applet-fish/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; -find $PKG/usr/share/mate/help/mate-applet-clock/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; +find $PKG/usr/share/mate/help/mate-applet-fish/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; || true +find $PKG/usr/share/mate/help/mate-applet-clock/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; || true cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}