Browse Source

add -f to anaconda install script

pull/899/head
José Oliveros 9 years ago
parent
commit
aad7c0e055
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build View File

@ -1027,7 +1027,7 @@ anaconda_architecture() {
build_package_anaconda() {
local package_name="$1"
{ bash "${package_name}.sh" -b -p "${PREFIX_PATH}"
{ bash "${package_name}.sh" -f -b -p "${PREFIX_PATH}"
} >&4 2>&1
}

Loading…
Cancel
Save