diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-11 21:27:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-11 21:30:33 +0200 |
commit | d7f068e5244fc26227a0e01385f3f02e5bc102fe (patch) | |
tree | 8569c04122f6bf78960e5462068f8a18d8ef1604 | |
parent | 6d792e90519c6640e07cbc374fb12181b2848085 (diff) | |
download | meta-openembedded-d7f068e5244fc26227a0e01385f3f02e5bc102fe.tar.gz |
cloud9 0.5.1: fix do_install
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb index 8afc9e2cf8..c51d20ab66 100644 --- a/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb +++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb | |||
@@ -45,7 +45,7 @@ do_install () { | |||
45 | chmod 0755 ${D}${bindir}/cloud9 | 45 | chmod 0755 ${D}${bindir}/cloud9 |
46 | 46 | ||
47 | install -d ${D}${base_libdir}/systemd/system | 47 | install -d ${D}${base_libdir}/systemd/system |
48 | install -m 0644 ${WORKDIR}/*.service ${base_libdir}/systemd/system/ | 48 | install -m 0644 ${WORKDIR}/*.service ${D}${base_libdir}/systemd/system/ |
49 | } | 49 | } |
50 | 50 | ||
51 | 51 | ||