diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-08 23:58:09 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-08 23:58:09 +0000 |
commit | f7595585fae0e0844877ad111388837aaf74028b (patch) | |
tree | c8d1d2804b91b31afcc8a7df68396da3561dbdd3 /conf | |
parent | 3a77360e6a7f41db20c126a6a91d46591b0390d0 (diff) | |
download | simplepkg-f7595585fae0e0844877ad111388837aaf74028b.tar.gz simplepkg-f7595585fae0e0844877ad111388837aaf74028b.tar.bz2 |
changing template location procedures
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@163 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'conf')
-rw-r--r-- | conf/simplepkg.conf.new | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new index 29be9fa..f590feb 100644 --- a/conf/simplepkg.conf.new +++ b/conf/simplepkg.conf.new @@ -94,3 +94,6 @@ CONSIDER_ALL_PACKAGES_AS_PATCHES="0" # stored in the same tree. STORE_ROOT_PATCHES_ON_PATCHES_DIR="0" +# Where your templates will be located +TEMPLATE_FOLDER="/etc/simplepkg/templates" + |