Made debian package to architecture independent. Brought arch package up to date.
This commit is contained in:
committed by
Paul Chote
parent
01c6127545
commit
66cc0bd8ff
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user