diff --git a/TEMPLATE.sh b/TEMPLATE.sh index b025955..081ba13 100755 --- a/TEMPLATE.sh +++ b/TEMPLATE.sh @@ -32,7 +32,7 @@ BUILDDIR=$PREFIX/build mkdir -p $BUILDDIR cd $BUILDDIR -test -e xxxxxx.tar.gz || wget https://xxxxxx/xxxxxx.tar.gz +test -e xxxxxx.tar.gz || wget --no-verbose https://xxxxxx/xxxxxx.tar.gz test -d xxxxxx || tar xvf xxxxxx.tar.gz cd xxxxxx ./configure \ diff --git a/tools/build.sh b/tools/build.sh index e9bb81a..17b278c 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -64,6 +64,7 @@ chmod a+rx "$PKG.build.sh" echo "sudo -u build script -q -e -c \"./$PKG.build.sh\" /package/pkg/$PKG/$PKG.build.log" ( sudo -u build script -q -e -c "./$PKG.build.sh" /package/pkg/$PKG/$PKG.build.log + sudo -u build sed -i -e 's/\r$//' /package/pkg/$PKG/$PKG.build.log sudo -u build cp "$PKG.build.sh" "/package/pkg/$PKG/$PKG.build.sh" )