[oe-commits] org.oe.dev litestream: Reformat .bb

nail commit openembedded-commits at lists.openembedded.org
Thu Sep 7 12:42:29 UTC 2006


litestream: Reformat .bb

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: dc38d27c852432ae554e806f1832f5112d0631fb
ViewMTN: http://monotone.openembedded.org/revision.psp?id=dc38d27c852432ae554e806f1832f5112d0631fb
Files:
1
packages/litestream/litestream_1.3RC3.bb
Diffs:

#
# mt diff -r4a18ebe5d8327fb03b354bb45f0305f35c6d83e6 -rdc38d27c852432ae554e806f1832f5112d0631fb
#
# 
# 
# patch "packages/litestream/litestream_1.3RC3.bb"
#  from [d893952f344ff90457c6411b4d86847989c03062]
#    to [7b8046d6c52d21243d27798bd36c7c3e07a67bd7]
# 
============================================================
--- packages/litestream/litestream_1.3RC3.bb	d893952f344ff90457c6411b4d86847989c03062
+++ packages/litestream/litestream_1.3RC3.bb	7b8046d6c52d21243d27798bd36c7c3e07a67bd7
@@ -8,10 +8,10 @@ do_install () {
 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}
 }






More information about the Openembedded-commits mailing list