diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-04 13:44:10 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-04-04 13:44:10 +0000 |
commit | 86187ecfc2ef3ccc1d1e64546260643209d35aa4 (patch) | |
tree | 411abf3f498d24580be09ab19c50a00e0effd04e | |
parent | ae8059ba9b554d663f2d6205f84366fc5b2d26fd (diff) | |
download | simplepkg-86187ecfc2ef3ccc1d1e64546260643209d35aa4.tar.gz simplepkg-86187ecfc2ef3ccc1d1e64546260643209d35aa4.tar.bz2 |
templatepkg: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@222 04377dda-e619-0410-9926-eae83683ac58
-rwxr-xr-x | trunk/src/templatepkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index 505708b..3891f3b 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -365,12 +365,12 @@ TEMPLATE="$TEMPLATE_BASE.template" if [ "$1" == "-u" ] || [ "$1" == "--update" ]; then setroot $3 - template_create + template_update elif [ "$1" == "-c" ] || [ "$1" == "--create" ]; then setroot $3 - template_update + template_create elif [ "$1" == "-a" ] || [ "$1" == "--add" ]; then |