Made debian package to architecture independent. Brought arch package up to date.

This commit is contained in:
Matthew Bowra-Dean
2010-10-09 16:31:57 +13:00
committed by Paul Chote
parent 01c6127545
commit 66cc0bd8ff
5 changed files with 14 additions and 15 deletions

View File

@@ -41,15 +41,14 @@ cp -r hicolor root/usr/share/icons/
fi
) &
# (
# echo "Building Arch-Linux package."
# pushd pkgbuild/ &> /dev/null
# sh buildpackage.sh "$VERSION" "$PACKAGEDIR" &> package.log
# if [ $? -ne 0 ]; then
# echo "Arch-Linux package build failed, refer to $PWD/package.log."
# fi
# popd &> /dev/null
# ) &
(
echo "Building Arch-Linux package."
cd pkgbuild
sh buildpackage.sh "$VERSION" "$PACKAGEDIR" &> package.log
if [ $? -ne 0 ]; then
echo "Arch-Linux package build failed, refer to $PWD/package.log."
fi
) &
#
# (
# echo "Building RPM package."