From bcc578974aa65cf9631aacd89e26a47b14f6ee3e Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Tue, 1 May 2001 00:47:34 +0000 Subject: [PATCH] Small bug fix for the Makefile PR: 26673 Submitted by: maintainer --- lang/squeak2/Makefile | 2 +- lang/squeak3/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile index c81a8e74bbed..1d82fd36b8da 100644 --- a/lang/squeak2/Makefile +++ b/lang/squeak2/Makefile @@ -42,7 +42,7 @@ do-install: (cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f) (cd ${PREFIX}/share/squeak && ${EXTRACT_CMD} -d $f) .endfor - (cd ${PREFIX}/share/squeak && ${CHMOD} 644 Squeak2.7.changes) + (cd ${PREFIX}/share/squeak && ${CHMOD} 644 Squeak-2.7.changes) post-install: @${ECHO} "Make sure you have ${PREFIX}/bin in your PATH" diff --git a/lang/squeak3/Makefile b/lang/squeak3/Makefile index c81a8e74bbed..1d82fd36b8da 100644 --- a/lang/squeak3/Makefile +++ b/lang/squeak3/Makefile @@ -42,7 +42,7 @@ do-install: (cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f) (cd ${PREFIX}/share/squeak && ${EXTRACT_CMD} -d $f) .endfor - (cd ${PREFIX}/share/squeak && ${CHMOD} 644 Squeak2.7.changes) + (cd ${PREFIX}/share/squeak && ${CHMOD} 644 Squeak-2.7.changes) post-install: @${ECHO} "Make sure you have ${PREFIX}/bin in your PATH"