diff options
-rw-r--r-- | meta/recipes-extended/lsb/lsbsetup_0.9.bb | 1 |
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 | ||
14 | do_install() { | 14 | do_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 | } |