port to pika os 4
All checks were successful
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Successful in 22s

This commit is contained in:
Ward from fusion-voyager-3 2024-07-28 00:39:57 +03:00
parent 706c24193c
commit f3777a71a7
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2 3

View File

@ -9,10 +9,10 @@ source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream # Clone Upstream
wget https://sourceforge.net/projects/refind/files/"$VERSION"/refind-src-"$VERSION".tar.gz/download wget https://sourceforge.net/projects/refind/files/"$VERSION"/refind-src-"$VERSION".tar.gz
tar -xf ./refind-src-"$VERSION".tar.gz tar -xf ./refind-src-"$VERSION".tar.gz
cp -rvf ./debian ./refind-"$VERSION"/ cp -rvf ./debian ./refind-"$VERSION"/
cd ./refind-0.14.0.2/ cd ./refind-"$VERSION"/
# Get build deps # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y