diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-29 08:53:26 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-29 08:53:26 +0000 |
commit | 05820f0dea9a078a4a0ad955680c776447734ab3 (patch) | |
tree | 14a5efc40dadf28fe11cf5527363f9a79d27037f /print/yatex/files | |
parent | 4a68cce97ca12df753d47b371446e76ea62b0706 (diff) | |
download | FreeBSD-ports-05820f0dea9a078a4a0ad955680c776447734ab3.zip FreeBSD-ports-05820f0dea9a078a4a0ad955680c776447734ab3.tar.gz |
Cannot make by an error of INSTALL
Noticed by: asami
Diffstat (limited to 'print/yatex/files')
-rw-r--r-- | print/yatex/files/INSTALL.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/yatex/files/INSTALL.tmpl b/print/yatex/files/INSTALL.tmpl index fd33fb2..777d3e4 100644 --- a/print/yatex/files/INSTALL.tmpl +++ b/print/yatex/files/INSTALL.tmpl @@ -40,7 +40,7 @@ if [ "X$2" = X"POST-INSTALL" ]; then fi count=`${EXPR} $count + 1` done - if [ %%EMACS%% != xemacs ]; then + if [ X%%EMACS%% != Xxemacs ]; then ${ECHO} "Adding entry for \"${pkgname}\" to ${infodir}/dir" for file in `${ECHO} ${infofiles} | ${SED} "s,:, ,g"`; do install-info ${infodir}/${file} ${infodir}/dir |