summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/update-venus2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-venus b/scripts/update-venus
index e65c80e..fadd6bd 100755
--- a/scripts/update-venus
+++ b/scripts/update-venus
@@ -3,7 +3,7 @@ DATE=$(date +%F)
LOG_DATE=$(date +%F-%R)
BASE_DIR="/var/www/planet.gentoo.org/" # created by cfengine
RESTRICT=""
-VENUS_DIR="/usr/lib/python2.6/site-packages/venus/"
+VENUS_DIR="/usr/lib/python2.7/site-packages/venus/"
# Create folders and symlinks (for initial setup)
[[ -d ${BASE_DIR}htdocs ]] || mkdir ${BASE_DIR}htdocs