diff --git a/Makefile b/Makefile index 20e4eaf..1b147bf 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ install: all @${FIND} install -wholename \*.svn -prune -o -type f -exec ${INSTALL} {} ${DESTDIR}/usr/${NAME}/{} \; @${FIND} install -wholename \*.svn -prune -o -type l -exec ${COPYLINK} {} ${DESTDIR}/usr/${NAME}/{} \; @${CHMOD} 755 ${DESTDIR}/usr/${NAME}/install/calculate - @${CHMOD} 755 ${DESTDIR}/usr/${NAME}/install/scratch + @${CHMOD} 755 ${DESTDIR}/usr/${NAME}/install/cl-builder @${MKDIR} ${DESTDIR}/usr/bin @${LN} ${DESTDIR}/usr/calculate/install/calculate ${DESTDIR}/usr/bin/calculate - @${LN} ${DESTDIR}/usr/calculate/install/scratch ${DESTDIR}/usr/bin/scratch + @${LN} ${DESTDIR}/usr/calculate/install/cl-builder ${DESTDIR}/usr/bin/cl-builder