Update of /cvsroot/serialconsole/sc
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21130
Modified Files:
Makefile
Log Message:
beauty of directory names
Index: Makefile
===================================================================
RCS file: /cvsroot/serialconsole/sc/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile 26 Jan 2009 11:07:12 -0000 1.11
+++ Makefile 26 Jan 2009 11:07:52 -0000 1.12
@@ -44,7 +44,7 @@
[ -d $(PREFIX)/bin ] || install -m 755 -d $(PREFIX)/bin
install -m 755 sc $(PREFIX)/bin/
[ -d $(PREFIX)/man/man1 ] || install -m 755 -d $(PREFIX)/man/man1
- install -m 644 sc.1 $(PREFIX)/man/man1
+ install -m 644 sc.1 $(PREFIX)/man/man1/
uninstall:
rm -f $(PREFIX)/bin/sc $(PREFIX)/man/man1/sc.1
|