diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-09 13:29:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 13:29:34 +0000 |
commit | 41e77f2c7cd9d275311ff5f7d54aff3d50d8830b (patch) | |
tree | e349b4875b46875fd5f70e1ca13ee16fe4d83da5 /packages/hotplug-qcop | |
parent | dc1525fab8a83c78875a6f1cbe75f8f81c66cc2a (diff) |
More syntax fixes, unbelievable I spend most of the time at GPE bbfiles...
Diffstat (limited to 'packages/hotplug-qcop')
-rw-r--r-- | packages/hotplug-qcop/hotplug-qcop_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hotplug-qcop/hotplug-qcop_cvs.bb b/packages/hotplug-qcop/hotplug-qcop_cvs.bb index b62551a8ec..711b9a6f8d 100644 --- a/packages/hotplug-qcop/hotplug-qcop_cvs.bb +++ b/packages/hotplug-qcop/hotplug-qcop_cvs.bb @@ -10,7 +10,7 @@ S = "${WORKDIR}/hotplug-qcop" inherit opie -sbindir=/sbin +sbindir="/sbin" do_install() { install -d ${D}${sbindir} |