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
ecb4b448
Commit
ecb4b448
authored
Dec 10, 2014
by
udeved
Browse files
hotfix for custom pacman.conf
parent
ef4ead23
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/buildiso.in
View file @
ecb4b448
...
...
@@ -189,7 +189,8 @@ if [[ "$arch" == 'x86_64' ]]; then
pacman_conf_arch
=
'multilib'
fi
load_pacman_conf
"@pkgdatadir@/pacman-
${
pacman_conf_arch
}
.conf"
load_pacman_conf
"
${
pacman_conf
}
"
load_pacman_conf
"@pkgdatadir@/pacman-
${
pacman_conf_arch
}
.conf"
create_args+
=(
-v
-a
${
arch
}
-D
${
install_dir
}
-C
${
pacman_conf
}
)
...
...
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