tags 344383 + patch
thanks

Hi!

The above patch works for me:

--- cdbs-edit-patch     2006-01-07 03:26:07.350686304 -0200
+++ cdbs-edit-patch.new 2006-01-07 03:58:26.221933072 -0200
@@ -19,6 +19,9 @@
 ORIGDIR=$(basename $(pwd))
 NEWDIR=$ORIGDIR.new

+# create debian/patches dir if it doesn't exist
+[ -e "debian/patches/" ] || mkdir -p debian/patches/
+
 # create clean source package in temporary dir
 cp -a . $TMP/$ORIGDIR
 cd $TMP/$ORIGDIR


Nelson

Reply via email to