From b49dab19c771f3a6093d1898db66cb6834dd03c6 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 15 Jun 2004 17:28:51 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages 2004/06/15 19:28:31+02:00 hrw.one.pl!hrw fixed install part BKrev: 40cf31d3oCFFf6k4RtMwvIXY1dpudw --- stat/stat_3.3.oe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stat') diff --git a/stat/stat_3.3.oe b/stat/stat_3.3.oe index 178001171b..95e4bca565 100644 --- a/stat/stat_3.3.oe +++ b/stat/stat_3.3.oe @@ -9,5 +9,7 @@ do_stage() { } do_install() { - make install DESTDIR=${D} + install -d ${D}/usr/bin ${D}/usr/share/man/man1 + install -s -m 755 stat ${D}/usr/bin + install -m 644 stat.1 ${D}/usr/share/man/man1 } -- cgit v1.2.3