Remove arch 64 package for the moment until packaging tools are sorted out

This commit is contained in:
Matthew Bowra-Dean
2011-01-07 15:16:22 +13:00
parent 63ee3ebf9f
commit e50dc9a550
2 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,8 @@ cp -r hicolor $ROOTDIR/usr/share/icons/
fi
) &
if [ $4 = 'x86' ]
then
(
echo "Building Arch-Linux package."
cd pkgbuild
@@ -61,6 +63,7 @@ cp -r hicolor $ROOTDIR/usr/share/icons/
echo "Arch-Linux package build failed, refer to $PWD/package.log."
fi
) &
fi
(
echo "Building RPM package."