Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tools
development-tools
manjaro-tools
Commits
5ad7b7c5
Commit
5ad7b7c5
authored
Oct 23, 2014
by
artoo
Browse files
change multilib chroot path
parent
1b718429
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/build-set.in
View file @
5ad7b7c5
...
...
@@ -130,16 +130,16 @@ done
if
[[
"
$arch
"
==
'multilib'
]]
;
then
pacman_conf_arch
=
'multilib'
chrootdir
=
${
chroots
}
/
${
branch
}
/
${
arch
}
arch
=
'x86_64'
branch
=
"
${
branch
}
-multilib"
base_packages+
=(
'multilib-devel'
)
else
chrootdir
=
${
chroots
}
/
${
branch
}
/
${
arch
}
fi
pacman_conf
=
"@pkgdatadir@/pacman-
${
pacman_conf_arch
}
.conf"
makepkg_conf
=
"@pkgdatadir@/makepkg-
${
arch
}
.conf"
chrootdir
=
${
chroots
}
/
${
branch
}
/
${
arch
}
if
[[
-n
${
pkgdir
}
]]
;
then
pkgdir
=
"
${
pkgdir
}
/
${
branch
}
/
${
arch
}
"
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment