mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 18:13:08 +02:00
compile_pmodules.sh
- bugfix: install 'getopt' to right location, fixing issue #13
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ if [[ ! -f "${PMODULES_HOME}/sbin/xgettext" ]] || [[ ${force} == 'yes' ]]; then
|
||||
build gettext "${GETTEXT_VERSION}"
|
||||
fi
|
||||
|
||||
if [[ ! -f "${PMODULES_HOME}/bin/getopt" ]] || [[ ${force} == 'yes' ]]; then
|
||||
if [[ ! -f "${PMODULES_HOME}/sbin/getopt" ]] || [[ ${force} == 'yes' ]]; then
|
||||
build getopt "${GETOPT_VERSION}"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user