From a154d81e8b42e8995448cceaaebdc9b5119924f2 Mon Sep 17 00:00:00 2001 From: nuex Date: Thu, 6 Oct 2011 12:35:54 -0400 Subject: [PATCH] make zod an executable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e010abc..ecf9552 100644 --- a/Makefile +++ b/Makefile @@ -3,12 +3,12 @@ include config.mk all: @echo Compiling zod executable @sed "s#ZODLIB_PATH#${AWKLIB}#g" < bin/zod.template > bin/zod + @chmod 755 bin/zod @echo Compiled install: all @echo Installing zod executable to ${PREFIX}/bin @mkdir -p ${PREFIX}/bin - @chmod 755 ${PREFIX}/bin/zod @echo Installing awk lib files to ${AWKLIB} @mkdir -p ${AWKLIB} @cp lib/render.awk ${AWKLIB}/