Skip to content

Commit

Permalink
Merge pull request #6089
Browse files Browse the repository at this point in the history
ac925ba [v0.15] gitian: fix out dir location (iDunk5400)
  • Loading branch information
fluffypony committed Nov 4, 2019
2 parents 4a65cc5 + ac925ba commit 69c488a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitian/gitian-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def rebuild():
global args, workdir

print('\nBuilding Dependencies\n')
os.makedirs('out/' + args.version, exist_ok=True)
os.makedirs('../out/' + args.version, exist_ok=True)

if args.linux:
print('\nCompiling ' + args.version + ' Linux')
Expand Down

0 comments on commit 69c488a

Please sign in to comment.