summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-11-04 17:09:45 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-11-04 17:09:45 +0000
commit2ed205ce9191d6787857b55a2a3046401f78d8f8 (patch)
treeef616fa4a2ba72aaae662dcd53526a26fea0de71
parent477c8a0b21b5f546904574e630139736cdaf2951 (diff)
downloadquilt-2ed205ce9191d6787857b55a2a3046401f78d8f8.tar.gz
- `quilt setup' sometimes forgot to create the patches sub-dir.
-rw-r--r--quilt.changes1
-rw-r--r--quilt/setup.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index a06f1fd..bc05f7a 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -4,6 +4,7 @@ Tue Nov 4 16:51:49 CET 2003 - agruen@suse.de
- Add failpop.test that checks if modified patches are recognized.
- Fix the check for modified patches: That broke with the .pc file
removal.
+- `quilt setup' sometimes forgot to create the patches sub-dir.
-------------------------------------------------------------------
Fri Oct 31 16:59:06 CET 2003 - agruen@suse.de
diff --git a/quilt/setup.in b/quilt/setup.in
index 0b07dad..107050e 100644
--- a/quilt/setup.in
+++ b/quilt/setup.in
@@ -204,6 +204,7 @@ do
fi
else
echo $"Copying series file"
+ mkdir -p $packagedir/patches
cp "$arg" "$packagedir/patches/series"
fi
;;