mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
add || true to find in mate-text-editor.SlackBuild thanks to willysr on LQ
This commit is contained in:
parent
f5680bbeaa
commit
065fa04339
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,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 {} \;
|
||||
find $PKG/usr/share/mate/help/$PRGNAM/* -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