Skip to content

Commit 2d3a965

Browse files
committed
avoid // in install path
1 parent 7d4f106 commit 2d3a965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constructor/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def main():
467467
if args:
468468
p.error('no arguments expected')
469469

470-
ROOT_PREFIX = opts.root_prefix
470+
ROOT_PREFIX = opts.root_prefix.replace('//', '/')
471471
PKGS_DIR = join(ROOT_PREFIX, 'pkgs')
472472

473473
if opts.post:

0 commit comments

Comments
 (0)