Mercurial > noffle
changeset 379:e731123d059e noffle
[svn] fixed reverse patching
| author | godisch | 
|---|---|
| date | Thu, 10 Apr 2003 16:18:29 +0100 | 
| parents | 38f082d6856a | 
| children | 89143e773bc6 | 
| files | debian/rules | 
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/debian/rules Thu Apr 10 16:12:25 2003 +0100 +++ b/debian/rules Thu Apr 10 16:18:29 2003 +0100 @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# $Id: rules 518 2003-04-10 15:12:25Z godisch $ +# $Id: rules 519 2003-04-10 15:18:29Z godisch $ BUILDDIR = debian/noffle DEBDIR = $(BUILDDIR)/DEBIAN @@ -42,7 +42,7 @@ rm -f configure-stamp build-stamp debian/files debian/substvars -$(MAKE) -i distclean rm -rf debian/noffle - -cat `ls -r debian/patches/*.diff` | patch -RNtp1 -r debian/rejected --no-backup-if-mismatch + -cat `ls -r debian/patches/*.diff` /dev/null | patch -RNtp1 -r debian/rejected --no-backup-if-mismatch rm -f debian/rejected configure-stamp: configure
