mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix paths in build script.
This commit is contained in:
4
build.sh
4
build.sh
@@ -47,8 +47,8 @@ if [[ ${OS_NAME} == Linux ]]; then
|
|||||||
makepkg -g >> PKGBUILD
|
makepkg -g >> PKGBUILD
|
||||||
makepkg
|
makepkg
|
||||||
mv PKGBUILD.bak PKGBUILD
|
mv PKGBUILD.bak PKGBUILD
|
||||||
mv aaru-src-${AARU_VERSION}.tar.xz aaru-src-${AARU_VERSION}.tar.xz.asc ../../build
|
mv aaru-src-${AARU_VERSION}.tar.xz aaru-src-${AARU_VERSION}.tar.xz.asc ../../../build
|
||||||
cd ../..
|
cd ../../..
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user