appliead Anthonys Makefile patch - ii - FIFO and filesystem based IRC client
HTML git clone git://git.codemadness.org/ii
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 1753704e7362d0406190858f7310d165481f6b3a
DIR parent 0716e45b0f807121e39e0bc58ca88797427ccae6
HTML Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Fri, 24 Feb 2006 11:57:20 +0100
appliead Anthonys Makefile patch
Diffstat:
M Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -34,8 +34,10 @@ ii: ${OBJ}
@${CC} -o $@ ${OBJ} ${LDFLAGS}
install: all
+ @mkdir -p ${DESTDIR}${PREFIX}/bin
@cp -f ii ${DESTDIR}${PREFIX}/bin
- @chmod 775 ${DESTDIR}${PREFIX}/bin/ii
+ @chmod 755 ${DESTDIR}${PREFIX}/bin/ii
+ @mkdir -p ${DESTDIR}${MANPREFIX}/man1
@cp -f ii.1 ${DESTDIR}${MANPREFIX}/man1
@chmod 444 ${DESTDIR}${MANPREFIX}/man1/ii.1
@echo "installed ii"