Skip to content

Commit

Permalink
buildmaster: Make output symlink relative. #119
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Apr 4, 2017
1 parent 27ee086 commit 068a022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildmaster/bin/buildmaster
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ echo "$BUILDRUN" > "$BUILDRUN_FILE"

# Remove and relink the current output dir.
rm "$BASE_DIR/output"
ln -s "$BUILDRUN_OUTPUT_DIR/output" "$BASE_DIR"
ln -rs "$BUILDRUN_OUTPUT_DIR/output" "$BASE_DIR"

"$HAIKUPORTER" --debug --build-master-output-dir="$BUILDRUN_OUTPUT_DIR" \
--all-dependencies --build-master $PORTS_TO_BUILD
Expand Down

0 comments on commit 068a022

Please sign in to comment.