diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index be0464c34..28b3516e7 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -547,6 +547,7 @@ if [ -n "$OLDVERSION" ]; then progress_message "Creating patch-$VERSION ..." diff -Naur shorewall-$OLDVERSION shorewall-$VERSION > patch-$VERSION || true + diff -Naur shorewall-lite-$OLDVERSION shorewall-lite-$VERSION >> patch-$VERSION || true fi progress_message "Shorewall $VERSION Build complete - $(date)"