From 898eb433607b8271e7ac1704e11bd7bdba902253 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 31 Mar 2024 13:38:56 +0200 Subject: [PATCH] tools: Add new files to diff as well --- tools/package-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/package-helper.sh b/tools/package-helper.sh index 8107e2ab..1c622ab1 100755 --- a/tools/package-helper.sh +++ b/tools/package-helper.sh @@ -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!" ;;