aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-04 16:40:21 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-04 16:40:21 +0000
commit2d979f783b11c05450d449633ba55e6702b4e798 (patch)
tree1acb8f30b97b36dac3571486fe45d0c9fd0f3ac2 /trunk/lib
parentab73923798c319034802451de269ba08f8c81b51 (diff)
downloadsimplepkg-2d979f783b11c05450d449633ba55e6702b4e798.tar.gz
simplepkg-2d979f783b11c05450d449633ba55e6702b4e798.tar.bz2
templatepkg: added function check_template_exist
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@232 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib')
-rw-r--r--trunk/lib/common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index 9a1f1e0..6d23262 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -372,7 +372,6 @@ function search_template {
TEMPLATE_BASE="$BASE_CONF/templates/$1"
else
TEMPLATE_BASE="$BASE_CONF/templates/$1/$1"
- mkdir -p $BASE_CONF/templates/$1
fi
elif [ "$2" == "--update" ]; then
return 1