Skip to content

Commit

Permalink
try fix build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed Feb 1, 2024
1 parent 28f62cc commit 682d010
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ prepare() {
}

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

0 comments on commit 682d010

Please sign in to comment.