diff options
author | 2010-09-15 18:12:40 +0300 | |
---|---|---|
committer | 2010-09-15 18:12:40 +0300 | |
commit | 19c766be0555ef26a9a2e3a227ae45fd6ce5140c (patch) | |
tree | 2fbda2b277acdc5b7392f25aedb1cc600536b709 /templates/config.ini | |
parent | Specify the git pull dir (diff) | |
download | planet-19c766be0555ef26a9a2e3a227ae45fd6ce5140c.tar.gz planet-19c766be0555ef26a9a2e3a227ae45fd6ce5140c.tar.bz2 planet-19c766be0555ef26a9a2e3a227ae45fd6ce5140c.zip |
Copy templates/common/ files inside ${BASE_DIR} due to permissions
problem in /usr
Diffstat (limited to 'templates/config.ini')
-rw-r--r-- | templates/config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/config.ini b/templates/config.ini index 0b726b4..78271a0 100644 --- a/templates/config.ini +++ b/templates/config.ini @@ -8,4 +8,4 @@ template_files: index.html.tmpl template_directories: - /usr/share/webapps/venus/20100911/themes/common + /var/www/planet.gentoo.org/themes_common/ |