summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUGS2
-rw-r--r--quilt.changes6
-rw-r--r--quilt/refresh.in2
3 files changed, 10 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 94e9871..24200b1 100644
--- a/BUGS
+++ b/BUGS
@@ -7,3 +7,5 @@
* Patch destroys the backup files it generates if a file appears more
than once in a patch. This is the reason why we use the backup-files
utility instead.
+
+* quilt setup doesn't detect if the source file doesn't exist.
diff --git a/quilt.changes b/quilt.changes
index f8eb4f8..425f192 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Feb 6 01:22:52 +0100 2003 - agruen@suse.de
+
+- Quilt refresh: Create sub-directories in patches directory
+ so that new patches in sub-directories can be added easily.
+
+-------------------------------------------------------------------
Wed Feb 5 12:37:34 +0100 2003 - agruen@suse.de
- Quilt diff: If a patch has been force applied, quilt diff -z
diff --git a/quilt/refresh.in b/quilt/refresh.in
index 7357837..d9e41ae 100644
--- a/quilt/refresh.in
+++ b/quilt/refresh.in
@@ -181,6 +181,8 @@ else
die 1
fi
+ mkdir -p $(dirname $patch_file)
+
if ! cat_file $patch_file \
| patch_description > $tmpfile2 || \
! cat $tmpfile >> $tmpfile2 || \