This commit is contained in:
zeevdiukman 2025-12-18 10:46:15 +02:00
parent a735f7e4cc
commit f46a72f27f

View file

@ -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.