Skip to content

Commit b5e2823

Browse files
committed
pts/rsync-generation/update-rsync-master: fix PYTHONPATH
Signed-off-by: Fabian Groffen <[email protected]>
1 parent 0c15f53 commit b5e2823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rsync-generation/update-rsync-master.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RSYNCDIR="${BASE_PATH}/master-rsync-tree"
2020
#### ---- Portage setup (use local modified copy) ---- ####
2121

2222
PORTAGE_BASE_PATH="${BASE_PATH}/prefix/usr/lib/portage/"
23-
PYTHONPATH="${PORTAGE_BASE_PATH}/pym"
23+
PYTHONPATH="${PORTAGE_BASE_PATH}/lib"
2424
PORTAGE_CONFIGROOT="${BASE_PATH}/misc/config_root"
2525
PORTAGE_DEPCACHEDIR="${BASE_PATH}/depcache"
2626

0 commit comments

Comments
 (0)