Fixed PKGBUILD
This commit is contained in:
committed by
Paul Chote
parent
66cc0bd8ff
commit
25525b4155
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user