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:
2ac7f43
)
litestream: Reformat .bb
author
Oyvind Repvik
<nail@nslu2-linux.org>
Thu, 7 Sep 2006 12:36:31 +0000
(12:36 +0000)
committer
Oyvind Repvik
<nail@nslu2-linux.org>
Thu, 7 Sep 2006 12:36:31 +0000
(12:36 +0000)
packages/litestream/litestream_1.3RC3.bb
patch
|
blob
|
history
diff --git
a/packages/litestream/litestream_1.3RC3.bb
b/packages/litestream/litestream_1.3RC3.bb
index
6c83266
..
4de9bc8
100644
(file)
--- a/
packages/litestream/litestream_1.3RC3.bb
+++ b/
packages/litestream/litestream_1.3RC3.bb
@@
-8,10
+8,10
@@
SRC_URI = "http://www.litestream.org/litestream/${PN}-${PV}.tar.gz"
inherit autotools
do_install () {
-
mkdir -p
${D}${bindir}
+
install -d
${D}${bindir}
install -m 755 litestream ${D}${bindir}
install -m 755 literestream ${D}${bindir}
install -m 755 source ${D}${bindir}
install -m 755 client ${D}${bindir}
- install -m 755 server ${D}${bindir}
+
install -m 755 server ${D}${bindir}
}
\ No newline at end of file