diff options
author | Sam James <sam@gentoo.org> | 2024-05-03 07:34:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-03 07:34:34 +0100 |
commit | db6834c430b56525c5475235e06216db3cf18992 (patch) | |
tree | a696e618dc0125099b20bb6a2db3579942e64c3c /bin/pkgmove-glsa.sh | |
parent | cvetool: add 'getcveidlist' action (diff) | |
download | security-master.tar.gz security-master.tar.bz2 security-master.zip |
Not that lib/python/assign.py will work well anyway given it still
thinks we have herds...
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'bin/pkgmove-glsa.sh')
-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`" |