From 7ddeed0c79a524f222d2911c023781c88f63eaf7 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sun, 30 Apr 2006 22:26:48 +0100 Subject: Fix make install --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b5401c4..37cd7f7 100644 --- a/Makefile +++ b/Makefile @@ -56,8 +56,6 @@ sumtool: sumtool.o crc32.o install: ${TARGETS} mkdir -p ${DESTDIR}/${SBINDIR} - install -m0755 -oroot -groot ${TARGETS} ${DESTDIR}/${SBINDIR}/ + install -m0755 ${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 - install -m0644 -oroot -groot ../include/mtd/*.h ${DESTDIR}/${INCLUDEDIR}/mtd/ -- cgit v1.2.3