abuild: do not set noarch for now

Our build infrastruc needs to handle it
This commit is contained in:
Natanael Copa 2011-03-17 10:10:58 +00:00
parent b2cfa97c87
commit 149521f2dc
1 changed files with 5 additions and 3 deletions

View File

@ -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