summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2010-12-15 18:36:37 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-16 17:55:14 -0800
commit8021200c3e6fb05b6211a6f38a68afb08486bdc2 (patch)
treedd966b6a829d29f85311d5e6a07f37427219e992 /meta/recipes-extended/lsb
parent137286b36cf3d62fa48703d997f112c0e9144dd8 (diff)
downloadpoky-8021200c3e6fb05b6211a6f38a68afb08486bdc2.tar.gz
lsbsetup: add missing directory install
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/lsb')
-rw-r--r--meta/recipes-extended/lsb/lsbsetup_0.9.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/lsb/lsbsetup_0.9.bb b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
index ce49fc641c..0bc32ddb40 100644
--- a/meta/recipes-extended/lsb/lsbsetup_0.9.bb
+++ b/meta/recipes-extended/lsb/lsbsetup_0.9.bb
@@ -13,5 +13,6 @@ S=${WORKDIR}
13 13
14do_install() { 14do_install() {
15 # Only install file if it has a contents 15 # Only install file if it has a contents
16 install -d ${D}/usr/bin
16 install -m 0644 ${S}/LSB_Setup.sh ${D}/usr/bin 17 install -m 0644 ${S}/LSB_Setup.sh ${D}/usr/bin
17} 18}