rev 8119 - scripts

Ana Beatriz Guerrero López ana at alioth.debian.org
Tue Dec 4 15:22:26 UTC 2007


Author: ana
Date: 2007-12-04 15:22:23 +0000 (Tue, 04 Dec 2007)
New Revision: 8119

Modified:
   scripts/pull-kde4-branch
Log:
in case directory already exists


Modified: scripts/pull-kde4-branch
===================================================================
--- scripts/pull-kde4-branch	2007-11-30 10:28:16 UTC (rev 8118)
+++ scripts/pull-kde4-branch	2007-12-04 15:22:23 UTC (rev 8119)
@@ -70,7 +70,7 @@
 fi
 
 # Get branch from the repo
-mkdir debian/patches
+mkdir -p debian/patches
 TMP_PATCH=$(mktemp debian/patches/branch.XXXXXX)
 trap "rm -f $TMP_PATCH" EXIT
 




More information about the pkg-kde-commits mailing list