tools: Add new files to diff as well

This commit is contained in:
apio 2024-03-31 13:38:56 +02:00
parent a863b17746
commit 898eb43360
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -83,6 +83,7 @@ case $SUBCOMMAND in
;;
generate-diff)
cd ${srcdir:-$WORKDIR/$name-$version}
git add -N .
git diff > $LUNA_ROOT/ports/$name/$name.patch
echo "Created $LUNA_ROOT/ports/$name/$name.patch. Remember to add patching code to the PACKAGE file!"
;;