git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cc7ddb
)
Merge bk://openembedded@openembedded.bkbits.net/packages
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 15 Jun 2004 17:28:51 +0000
(17:28 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Tue, 15 Jun 2004 17:28:51 +0000
(17:28 +0000)
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
patch
|
blob
|
history
diff --git
a/stat/stat_3.3.oe
b/stat/stat_3.3.oe
index
1780011
..
95e4bca
100644
(file)
--- 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
}