mtd/util Makefile,1.43,1.44

David Woodhouse dwmw2 at infradead.org
Wed May 5 13:20:12 EDT 2004


Update of /home/cvs/mtd/util
In directory phoenix.infradead.org:/tmp/cvs-serv5952

Modified Files:
	Makefile 
Log Message:
install to correct directory too. doh.

Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/util/Makefile,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- Makefile	5 May 2004 17:17:25 -0000	1.43
+++ Makefile	5 May 2004 17:20:09 -0000	1.44
@@ -45,7 +45,7 @@
 
 install: ${TARGETS}
 	mkdir -p ${DESTDIR}/${SBINDIR}/mtd
-	install -m0755 -oroot -groot ${TARGETS} ${PREFIX}/${SBINDIR}/
+	install -m0755 -oroot -groot ${TARGETS} ${DESTDIR}/${SBINDIR}/
 	mkdir -p ${DESTDIR}/${MANDIR}/man1
 	gzip -c mkfs.jffs2.1 > ${DESTDIR}/${MANDIR}/man1/mkfs.jffs2.1.gz
 	mkdir -p ${DESTDIR}/${INCLUDEDIR}/mtd




More information about the linux-mtd-cvs mailing list