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:
4bcdfff
)
fix do_install()
author
Michael Lauer
<mickey@vanille-media.de>
Thu, 6 May 2004 20:52:55 +0000
(20:52 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Thu, 6 May 2004 20:52:55 +0000
(20:52 +0000)
BKrev: 409aa5a7BfA3MRzoagf8tLzOpbPE3g
lrzsz/lrzsz_0.12.20.oe
patch
|
blob
|
history
diff --git
a/lrzsz/lrzsz_0.12.20.oe
b/lrzsz/lrzsz_0.12.20.oe
index
df43565
..
fb50cb2
100644
(file)
--- a/
lrzsz/lrzsz_0.12.20.oe
+++ b/
lrzsz/lrzsz_0.12.20.oe
@@
-6,3
+6,13
@@
SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \
file://${FILESDIR}/makefile.patch;patch=1"
inherit autotools
+
+do_install() {
+ install -d ${D}/${bindir}/
+ install -m 0755 src/lrz src/lsz ${D}/${bindir}/
+ ln -sf ./lrz ${D}/${bindir}/lrx
+ ln -sf ./lrz ${D}/${bindir}/lrb
+ ln -sf ./lsz ${D}/${bindir}/lsx
+ ln -sf ./lsz ${D}/${bindir}/lsb
+}
+