From f6cfe96db8a6624ae6be9c103ae5519b70582cd6 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Sat, 17 Apr 1999 18:38:44 +0000 Subject: Correct the execution of the installation script which was messed up by my previous commit. --- japanese/postgresql7/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'japanese/postgresql7/Makefile') diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile index f8c17dce66bc..aecb83676b82 100644 --- a/japanese/postgresql7/Makefile +++ b/japanese/postgresql7/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Nov 1998 # Whom: Ichiro Fukuhara # -# $Id: Makefile,v 1.5 1999/04/16 17:03:01 max Exp $ +# $Id: Makefile,v 1.6 1999/04/16 17:45:02 max Exp $ # DISTNAME= postgresql-6.4.2 @@ -121,7 +121,7 @@ pre-install: @ ${MKDIR} ${PREFIX}/${INSTALL_DIR} @ ${SETENV} INSTALL_DIR=${INSTALL_DIR} \ PGSQL_UID=${PGSQL_UID} PGSQL_GID=${PGSQL_GID} \ - ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL + PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL post-install: @ if [ ! -f ${PREFIX}/${INSTALL_DIR}/.profile ]; then \ ${ECHO} "PATH=${PATH}:${PREFIX}/${INSTALL_DIR}/bin" \ -- cgit v1.2.3