mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
add check for %README% in sqg and if found, echo a comment to the queuefile. Thanks to T3slider on LQ for the suggestion.
This commit is contained in:
parent
702d5c4af3
commit
945ed55f4f
@ -95,6 +95,8 @@ parse_queuefile_requires () {
|
||||
sed -i "/^$DEP$/ d" $QUEUEFILE
|
||||
echo "$DEP" >> $QUEUEFILE
|
||||
parse_queuefile_requires $DEP
|
||||
elif [[ "$DEP" == "%README%" ]]; then
|
||||
echo "#%README% - see the $PARSEAPP README file. " >> $QUEUEFILE
|
||||
fi
|
||||
done
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user