From 551a94bb3859f5532a2a7394cc322f0b2612b3eb Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 5 Apr 2007 21:12:02 +0000 Subject: templatepkg: small fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@263 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/templatepkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trunk') diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index aaa3eff..88dd4db 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -196,14 +196,14 @@ function template_create { svn mkdir $TEMPLATE_BASE.d info_commit="yes" else - mkdir $TEMPLATE_BASE.d + mkdir -p $TEMPLATE_BASE.d fi if ! svn_check $TEMPLATE_BASE.s; then svn mkdir $TEMPLATE_BASE.s info_commit="yes" else - mkdir $TEMPLATE_BASE.d + mkdir -p $TEMPLATE_BASE.d fi if ! svn_check $TEMPLATE_BASE.template; then -- cgit v1.2.3