forked from extern/shorewall_code
Fix buildshorewall patch generation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6812 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
645c508c8f
commit
c7d6ef4d15
@ -776,7 +776,7 @@ done
|
||||
if [ -n "$OLDVERSION" ]; then
|
||||
progress_message "Creating patch-$VERSION ..."
|
||||
|
||||
diff -Naur shorewall-$OLDVERSION shorewall-$VERSION > patch-$VERSION || true
|
||||
diff -Naur shorewall-common-$OLDVERSION shorewall-common-$VERSION > patch-$VERSION || true
|
||||
diff -Naur -X $(dirname $0)/exclude.txt shorewall-lite-$OLDVERSION shorewall-lite-$VERSION >> patch-$VERSION || true
|
||||
diff -Naur -X $(dirname $0)/exclude.txt shorewall-perl-$OLDVERSION shorewall-perl-$VERSION >> patch-$VERSION || true
|
||||
diff -Naur -X $(dirname $0)/exclude.txt shorewall-shell-$OLDVERSION shorewall-shell-$VERSION >> patch-$VERSION || true
|
||||
|
Loading…
Reference in New Issue
Block a user