From: fred Date: Wed, 27 Mar 2002 01:02:08 +0000 (+0000) Subject: lilypond-1.5.12 X-Git-Tag: release/1.5.59~734 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=56384df3fed9b1a284777b3103bed3a7ef15ca04;p=lilypond.git lilypond-1.5.12 --- diff --git a/stepmake/bin/package-diff.py b/stepmake/bin/package-diff.py index da16975bf0..e07dd3ade3 100644 --- a/stepmake/bin/package-diff.py +++ b/stepmake/bin/package-diff.py @@ -177,8 +177,8 @@ def makediff (fromdir, todir, patch_name): sys.stderr.write ('diffing to %s... ' % patch_name) os.system ('pwd') - print ('diff -urN %s . >> %s' % (fromdir, patch_name)) - os.system ('diff -urN %s . >> %s' % (fromdir, patch_name)) + print ('diff -purN %s . >> %s' % (fromdir, patch_name)) + os.system ('diff -purN %s . >> %s' % (fromdir, patch_name)) os.system ('gzip --quiet -9f %s' % patch_name)