compile_pmodules.sh

- bugfix: install 'getopt' to right location, fixing issue #13
This commit is contained in:
2017-03-22 15:16:34 +01:00
parent 706b11b812
commit 6de41599fb
+1 -1
View File
@@ -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