Cannot make by an error of INSTALL

Noticed by:	asami
This commit is contained in:
Satoshi Taoka 1999-09-29 08:53:26 +00:00
parent fc9552809a
commit 0a9b4bfd52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22065
2 changed files with 3 additions and 1 deletions

View File

@ -40,10 +40,12 @@ INFODIR= ${EMACSDIR}/info
PLIST= ${PKGDIR}/PLIST.xemacs-mule
MANIFEST= MANIFEST.yatex
.elif defined(MULE)
EMACS= mule
EMACSDIR= ${PREFIX}/share/mule
INFODIR= ${PREFIX}/info
PLIST= ${PKGDIR}/PLIST.mule
.else
EMACS= emacs
EMACSDIR= ${PREFIX}/share/emacs
INFODIR= ${PREFIX}/info
PLIST= ${PKGDIR}/PLIST.emacs

View File

@ -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