From c5af3349e55bffff49ff88d74173ec317cf18c30 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 8 Feb 1998 22:54:57 +0000 Subject: unzip requires the -d option to be after the list of zip files. --- textproc/iso8879/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/iso8879') diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index 7c2accf194b8..81d6b88016e6 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} -- cgit v1.2.3