Skip to content

Commit

Permalink
build.sh: Update logfile path in output
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jul 1, 2019
1 parent 5648e64 commit 7b0160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fi

chmod a+rx "$PKG.build.sh"

echo "sudo -u build script -q -c \"./$PKG.build.sh\" $PKG.build.log"
echo "sudo -u build script -q -c \"./$PKG.build.sh\" /package/pkg/$PKG/$PKG.build.log"
(
sudo -u build script -q -c "./$PKG.build.sh" /package/pkg/$PKG/$PKG.build.log
sudo -u build cp "$PKG.build.sh" "/package/pkg/$PKG/$PKG.build.sh"
Expand Down

0 comments on commit 7b0160d

Please sign in to comment.