From 23315816d14be77e9d911a2444776e9ab44e8285 Mon Sep 17 00:00:00 2001 From: motoyuki Date: Sun, 9 Jul 2000 10:26:22 +0000 Subject: Fix typo. --- editors/mule-common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/mule-common') diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index 96f31f66cd13..8efebe555c4a 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -152,7 +152,7 @@ post-install: @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \ - ${INSTALL_SCRIPT} ${FILESDIR}/mule.sh ${STARTUPSCRIPT}; \ + ${INSTALL_SCRIPT} ${FILESDIR}/mule.sh ${STARTUP_SCRIPT}; \ fi post-package: -- cgit