Fixed PKGBUILD

This commit is contained in:
Matthew Bowra-Dean
2010-10-09 17:23:21 +13:00
committed by Paul Chote
parent 66cc0bd8ff
commit 25525b4155
3 changed files with 6 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ cp -r hicolor root/usr/share/icons/
(
echo "Building Arch-Linux package."
cd pkgbuild
sh buildpackage.sh "$VERSION" "$PACKAGEDIR" &> package.log
sh buildpackage.sh "$VERSION" ../root "$PACKAGEDIR" &> package.log
if [ $? -ne 0 ]; then
echo "Arch-Linux package build failed, refer to $PWD/package.log."
fi