From 431e8a6858d12618b4788cce37b1fd6899d1fa13 Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Fri, 22 Mar 2013 18:18:23 -0400 Subject: [PATCH] update mate-text-editor.SlackBuild to bring it into conformity with the others --- testing/mate-text-editor/mate-text-editor.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testing/mate-text-editor/mate-text-editor.SlackBuild b/testing/mate-text-editor/mate-text-editor.SlackBuild index e068049..ea7b73c 100644 --- a/testing/mate-text-editor/mate-text-editor.SlackBuild +++ b/testing/mate-text-editor/mate-text-editor.SlackBuild @@ -108,6 +108,9 @@ if [ -d $PKG/usr/man ]; then ) fi +# remove old GNOME stuff in /usr/share/omf +rm -rf $PKG/usr/share/omf/pluma + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ AUTHORS COPYING ChangeLog HACKING NEWS* README \ @@ -122,7 +125,7 @@ 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/$PRGNAM/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; || true +find $PKG/usr/share/mate/help/pluma/* -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}