diff options
Diffstat (limited to 'japanese/postgresql/Makefile')
-rw-r--r-- | japanese/postgresql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/postgresql/Makefile b/japanese/postgresql/Makefile index 12cbb98193c1..e6f4c60fabc4 100644 --- a/japanese/postgresql/Makefile +++ b/japanese/postgresql/Makefile @@ -129,7 +129,7 @@ pre-install: @ ${SETENV} INSTALL_DIR=${INSTALL_DIR} \ PGSQL_UID=${PGSQL_UID} PGSQL_GID=${PGSQL_GID} \ PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL + ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: @ if [ ! -f ${PREFIX}/${INSTALL_DIR}/.profile ]; then \ ${ECHO} "PATH=${PATH}:${PREFIX}/${INSTALL_DIR}/bin" \ |