diff options
Diffstat (limited to 'lang/squeak2/Makefile')
-rw-r--r-- | lang/squeak2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/squeak2/Makefile b/lang/squeak2/Makefile index c81a8e74bbe..1d82fd36b8d 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" |