added packages to the prereq list since we are not building them with the global...
[lxqt-slackware.git] / slack-desc / CHECK_SLACKDESC.sh
index ec8d7df..098b241 100644 (file)
@@ -17,8 +17,8 @@ done
 FILES=$(/bin/ls $CWD)
 for f in $FILES; do
        if [ "$(grep -Poc $f ../modules.txt)" -lt 1 ]; then
-               if [[ $f != "CHECK_SLACKDESC.sh" && $f != "make_slack-desc.sh" ]]; then
+               if [[ $f != "CHECK_SLACKDESC.sh" && $f != "make_slack-desc.sh" && $f != "libfm-extra" ]]; then
                        rm $f
                fi
-       fi      
+       fi
 done