aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/pkgmove-glsa.sh2
-rwxr-xr-xlib/python/assign.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/pkgmove-glsa.sh b/bin/pkgmove-glsa.sh
index da7dbac..d591204 100755
--- a/bin/pkgmove-glsa.sh
+++ b/bin/pkgmove-glsa.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-UPDATESDIR="/usr/portage/profiles/updates"
+UPDATESDIR="/var/db/repos/gentoo/profiles/updates"
GLSADIR="/dev/shm/glsa"
THISYEAR="`date +%Y`"
diff --git a/lib/python/assign.py b/lib/python/assign.py
index 4f5fa2d..07596c8 100755
--- a/lib/python/assign.py
+++ b/lib/python/assign.py
@@ -12,7 +12,7 @@ try:
except ImportError:
import elementtree.ElementTree as et
-PORTDIR = "/usr/portage"
+PORTDIR = "/var/db/repos/gentoo"
HERDS = PORTDIR + "/metadata/herds.xml"
heXML = None