1
This commit is contained in:
parent
a735f7e4cc
commit
f46a72f27f
1 changed files with 1 additions and 1 deletions
2
howdy.sh
2
howdy.sh
|
|
@ -47,7 +47,7 @@ if ! grep -q "_build_cuda=0" PKGBUILD; then
|
||||||
sed -i '2i_build_cuda=0' PKGBUILD
|
sed -i '2i_build_cuda=0' PKGBUILD
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# MAKEPKG MAGIC:
|
# MAKEPKG:
|
||||||
# -s: Sync deps (uses sudo internally just for installs)
|
# -s: Sync deps (uses sudo internally just for installs)
|
||||||
# -i: Install (uses sudo internally just for installs)
|
# -i: Install (uses sudo internally just for installs)
|
||||||
# The build itself happens in a fakeroot environment automatically.
|
# The build itself happens in a fakeroot environment automatically.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue