Skip to content

Commit

Permalink
Merge pull request #71 from mariux64/fix-build-log
Browse files Browse the repository at this point in the history
Fix build log
  • Loading branch information
wwwutz authored Jul 1, 2019
2 parents 4a6e11f + 7b0160d commit af293a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ 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"
(
pwd
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 af293a4

Please sign in to comment.