Skip to content

Commit f1ae1e6

Browse files
try fix build dir 05
1 parent fb5d0c7 commit f1ae1e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgbuild/PKGBUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ build() {
3636
mkdir -p /root/.cargo/registry/cache/
3737
chmod 777 /root/.cargo/registry/cache/
3838
chmod 777 /root
39+
mkdir -p ~/build
40+
chmod 777 ~/build
3941
cd scx-${pkgver}
4042
meson setup build -Dbuildtype=release -Dprefix=~/build
43+
arch-meson setup build -Dbuildtype=release -Dprefix=~/build
4144
arch-meson . build
4245
meson compile -C build
4346
}

0 commit comments

Comments
 (0)