diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-09 17:14:28 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-09 17:14:28 +0000 |
commit | dedf0016db09cd248287842c17b546ca642a8c90 (patch) | |
tree | ca40b9f7a44fb6e21f5b5107de2b57e7f0ce2239 | |
parent | 754cad3cb19570e534300e04494b230f1d4f5400 (diff) | |
download | simplepkg-dedf0016db09cd248287842c17b546ca642a8c90.tar.gz simplepkg-dedf0016db09cd248287842c17b546ca642a8c90.tar.bz2 |
small fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@167 04377dda-e619-0410-9926-eae83683ac58
-rwxr-xr-x | src/templatepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templatepkg b/src/templatepkg index dc0323c..0029dcd 100755 --- a/src/templatepkg +++ b/src/templatepkg @@ -50,7 +50,7 @@ else exit 1 fi -TEMPLATE="$BASE_TEMPLATE.template" +TEMPLATE="$TEMPLATE_BASE.template" if [ ! -d "$ROOT/var/log/packages" ]; then echo $ROOT/var/log/packages: directory not found |