From fe8d64bb5246efdff58e969ab540a834a6c6c965 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 4 Sep 2009 09:16:40 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20Makefile=20(scratch->cl-?= =?UTF-8?q?builder)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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