diff options
-rwxr-xr-x | abuild.in | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -480,9 +480,11 @@ prepare_metafiles() { local builddate=$(date -u "+%s") local size=$(du -sk | awk '{print $1 * 1024}') local parch="$CARCH" - if [ "$arch" = "noarch" ]; then - parch="noarch" - fi + + # we need to wait with setting noarch til our build infra can handle it +# if [ "$arch" = "noarch" ]; then +# parch="noarch" +# fi echo "# Generated by $(basename $0) $abuild_ver" >"$pkginfo" if [ -n "$FAKEROOTKEY" ]; then |