mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
update mate-text-editor.SlackBuild to bring it into conformity with the others
This commit is contained in:
parent
b1053284ca
commit
431e8a6858
1 changed files with 4 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue