diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkgmove-glsa.sh | 2 |
1 files changed, 1 insertions, 1 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`" |