ii

irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log | Files | Refs | README | LICENSE

commit 1753704e7362d0406190858f7310d165481f6b3a
parent 0716e45b0f807121e39e0bc58ca88797427ccae6
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Fri, 24 Feb 2006 11:57:20 +0100

appliead Anthonys Makefile patch

Diffstat:
MMakefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

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"