Skip to content
Snippets Groups Projects
Verified Commit 27bbbd30 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

mkpkg: archbuild already uses sudo

parent 56f1ffb7
No related branches found
Tags 24.12.0-2
No related merge requests found
...@@ -136,7 +136,7 @@ check_svn() ( ...@@ -136,7 +136,7 @@ check_svn() (
build() { build() {
[[ $chroot == multilib* ]] && 1= [[ $chroot == multilib* ]] && 1=
sudo ${chroot}${1:+-$1}-build -- ${*:2} ${chroot}${1:+-$1}-build -- ${*:2}
} }
# Parameters: arch # Parameters: arch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment