Update main.sh

This commit is contained in:
ferreo 2024-11-12 17:46:45 +01:00
parent 5487d351a6
commit 165ea94dbf

View File

@ -10,7 +10,10 @@ VERSION="0.8.9"
# Clone Upstream # Clone Upstream
git clone --recurse-submodules https://github.com/abenz1267/walker.git -b v"$VERSION" git clone --recurse-submodules https://github.com/abenz1267/walker.git -b v"$VERSION"
cp -rvf ./Makefile-v3 ./walker/ if [[ "$PIKA_BUILD_ARCH" == "amd64-v3" ]]
then
cp -rvf ./Makefile-v3 ./walker/Makefile
fi
cp -rvf ./debian ./walker/ cp -rvf ./debian ./walker/
cd ./walker cd ./walker