diff options
Diffstat (limited to 'textproc/iso8879')
-rw-r--r-- | textproc/iso8879/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index 7c2accf..81d6b88 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.3 1997/07/10 02:37:46 jfieber Exp $ +# $Id: Makefile,v 1.4 1997/07/10 03:25:28 jfieber Exp $ # DISTNAME= isoENTS @@ -29,7 +29,7 @@ pre-install: @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} do-install: - @unzip -a -q -o -d ${INSTDIR} ${DISTDIR}/${DISTFILES} + @unzip -a -q -o ${DISTDIR}/${DISTFILES} -d ${INSTDIR} @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR}/catalog @chmod ${SHAREMODE} ${INSTDIR}/* @/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${INSTDIR} |