aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>2006-04-30 22:26:48 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-04-30 22:26:48 +0100
commit7ddeed0c79a524f222d2911c023781c88f63eaf7 (patch)
tree97e4e504cb19f5d932002d16d0fff9d0f60494c7
parent4af25d6c4a59ec3922a21b8f6d000e27770b04cd (diff)
Fix make installv1.0.0
-rw-r--r--Makefile4
1 files changed, 1 insertions, 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/