Skip to content

Commit 581ecde

Browse files
try another way 02
1 parent 606e54a commit 581ecde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgbuild/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ prepare() {
3333
}
3434

3535
build() {
36-
sudo rm -rf /root
37-
sudo mkdir -p /root/.cargo/registry/cache/
38-
sudo chmod 777 -R /root
36+
rm -rf /root
37+
mkdir -p /root/.cargo/registry/cache/
38+
chmod 777 -R /root
3939
cd scx-${pkgver}
4040
arch-meson . build -Dprefix=~/build
4141
meson compile -C build -Dprefix=~/build

0 commit comments

Comments
 (0)