diff options
Diffstat (limited to 'japanese/ptex-common/Makefile')
-rw-r--r-- | japanese/ptex-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index 1dff99922421..d2caf641e82c 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.23 1997/12/04 03:48:19 asami Exp $ +# $Id: Makefile,v 1.24 1998/06/24 01:14:27 max Exp $ # DISTNAME= web2c-7.2 @@ -44,7 +44,7 @@ pre-install: .else @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL .endif - @${EXTRACT_CMD} --exclude 'texmf/tex/latex/base/*' -C ${PREFIX}/share \ + @${TAR} --exclude 'texmf/tex/latex/base/*' -C ${PREFIX}/share \ -zxf ${DISTDIR}/${DIST_SUBDIR}/texmflib-7.3.tar.gz #@${RMDIR} ${PREFIX}/share/texmf/tex/generic/images ${PREFIX}/share/texmf/bibtex/bib/misc @if [ ! -f ${PREFIX}/info/dir ]; then \ |