mtd/util Makefile,1.40,1.41
David Woodhouse
dwmw2 at infradead.org
Wed May 5 13:00:46 EDT 2004
Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv5561
Modified Files:
Makefile
Log Message:
Install man pages to right place.
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/util/Makefile,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- Makefile 5 May 2004 16:50:50 -0000 1.40
+++ Makefile 5 May 2004 17:00:44 -0000 1.41
@@ -46,5 +46,5 @@
install: ${TARGETS}
mkdir -p ${DESTDIR}/${PREFIX}
for a in ${TARGETS}; do install -m0755 -oroot -groot -s -D $$a ${DESTDIR}/${SBINDIR}/$$a; done
- mkdir -p ${MANDIR}/man/man1
- gzip -c mkfs.jffs2.1 > ${MANDIR}/man/man1/mkfs.jffs2.1.gz
+ mkdir -p ${DESTDIR}/${MANDIR}/man1
+ gzip -c mkfs.jffs2.1 > ${DESTDIR}/${MANDIR}/man1/mkfs.jffs2.1.gz
More information about the linux-mtd-cvs
mailing list