From 5648e6476c6b91677598094bdeab89ff3da7aea7 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 1 Jul 2019 13:39:31 +0200 Subject: [PATCH 1/2] build.sh: Remove debug output --- tools/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/build.sh b/tools/build.sh index fea1848..aa68843 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -63,7 +63,6 @@ chmod a+rx "$PKG.build.sh" echo "sudo -u build script -q -c \"./$PKG.build.sh\" $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" ) From 7b0160dfe886688e86a593aa3f672b8452fe0adf Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 1 Jul 2019 13:39:44 +0200 Subject: [PATCH 2/2] build.sh: Update logfile path in output --- tools/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.sh b/tools/build.sh index aa68843..7c25f9e 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -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"