update mate-text-editor.SlackBuild to bring it into conformity with the others

This commit is contained in:
Chess Griffin 2013-03-22 18:18:23 -04:00
parent b1053284ca
commit 431e8a6858

View file

@ -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}