Hi,

here is a patch that fixes the error.


-- 
  ,''`.                  Bastian Kleineidam
 : :' :                    GnuPG Schlüssel
 `. `'    gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

--- dpatch.mk.orig      2005-03-20 23:45:05.927667227 +0100
+++ dpatch.mk   2005-03-20 23:45:19.973550974 +0100
@@ -46,8 +46,10 @@
 CDBS_BUILD_DEPENDS    := $(CDBS_BUILD_DEPENDS), patchutils
 evil_patches_that_do_nasty_things := $(shell\
 if lsdiff=`which lsdiff` ; then \
+  if [ "x$(DEB_PATCHES)" != x ]; then \
   $$lsdiff -H $(DEB_PATCHES) \
-  | egrep "/config\.(guess|sub|rpath)$" | tr "\n" " " ; \
+  | egrep "/config\.(guess|sub|rpath)$$" | tr "\n" " " ; \
+  fi; \
 fi)
 ifneq (, $(evil_patches_that_do_nasty_things))
 $(warning WARNING:  The following patches are modifiing auto-updated files.  
This can result in serious trouble:  $(evil_patches_that_do_nasty_things))

Attachment: signature.asc
Description: Digital signature

Reply via email to