]> git.pld-linux.org Git - packages/chromium-browser.git/blobdiff - make-diff-patch.sh
- icu rebuild
[packages/chromium-browser.git] / make-diff-patch.sh
index 7d602e75d20b5cb2bb4b0428c78e9ea5685fd8e4..a2c7f5d6a6fb493042ae09e3e937256bcda785a1 100755 (executable)
@@ -32,11 +32,13 @@ test -d $srcdir || unpack $src
 test -d $dstdir || unpack $dst
 if diff -Nur $srcdir $dstdir > $patch; then
        echo "No diffs!"
+       rm $patch
 else
        echo "Patch created"
        ls -lh $patch
        diffstat $patch | tee $patch.diff
        cat $patch.diff $patch | xz -9 > $patch.xz
+       rm $patch.diff $patch
 fi
 
 rm -rf $dstdir $srcdir
This page took 0.032317 seconds and 4 git commands to generate.