Skip to content

Commit

Permalink
try another way
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed Feb 1, 2024
1 parent cc28987 commit 606e54a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,10 @@ prepare() {
}

build() {
mkdir -p /root/.cargo/registry/cache/
chmod 777 /root/.cargo/registry/cache/
chmod 777 -R /root
mkdir -p ~/build
chmod 777 ~/build
sudo rm -rf /root
sudo mkdir -p /root/.cargo/registry/cache/
sudo chmod 777 -R /root
cd scx-${pkgver}
meson setup build -Dbuildtype=release -Dprefix=~/build
arch-meson setup build -Dbuildtype=release -Dprefix=~/build
arch-meson . build -Dprefix=~/build
meson compile -C build -Dprefix=~/build
}
Expand Down

0 comments on commit 606e54a

Please sign in to comment.