mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
fix mate-applets.SlackBuild so it doesn't fail at the find - thanks to ponce at LQ
This commit is contained in:
parent
63e97fb894
commit
0297cb6401
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
|||
# Remove help files for now - until MATE upstream fixes help documentation
|
||||
# buttons and menuso. Confirmed help button problem w/ upstream.
|
||||
for i in {mate-cpufreq-applet,mate-drivemount,mateweather,mate-char-palette,mate-accessx-status,mate-stickynotes_applet,mate-trashapplet,mate-battstat,mate-geyes,mate-invest-applet}; do
|
||||
find $PKG/usr/share/mate/help/$i/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \;
|
||||
find $PKG/usr/share/mate/help/$i/* -maxdepth 0 -type d ! -name C -exec rm -rf {} \; || true
|
||||
done
|
||||
|
||||
cd $PKG
|
||||
|
|
Loading…
Reference in a new issue