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}