aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-04-03 02:58:18 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-04-03 02:58:18 +0000
commit2eb054deb06fd5ec6ae81260c51cf58a5edf7b6d (patch)
tree1a64b3cebb6df09a0ce4a0a586cdb93fa608e781
parentUpdate the make.globals from newer Portage. (diff)
downloadpackages-3-2eb054deb06fd5ec6ae81260c51cf58a5edf7b6d.tar.gz
packages-3-2eb054deb06fd5ec6ae81260c51cf58a5edf7b6d.tar.bz2
packages-3-2eb054deb06fd5ec6ae81260c51cf58a5edf7b6d.zip
CONFIG_ROOT changed to PORTAGE_CONFIGROOT in new setups.
-rwxr-xr-xrun-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-update.sh b/run-update.sh
index f2a3276..93d7958 100755
--- a/run-update.sh
+++ b/run-update.sh
@@ -13,5 +13,5 @@ if [ $rc -ne 0 ]; then
echo "Failed to rsync!" 1>&2
exit 1
fi
-CONFIG_ROOT=. PYTHONPATH=. python dbgenerator/core.py
+CONFIG_ROOT=. PORTAGE_CONFIGROOT=. PYTHONPATH=. python dbgenerator/core.py
pkill -HUP -u gpackages -f 'web/controller.py'