mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-19 10:26:56 +01: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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue