mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
cloud9 0.5.1: fix do_install
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -45,7 +45,7 @@ do_install () {
|
||||
chmod 0755 ${D}${bindir}/cloud9
|
||||
|
||||
install -d ${D}${base_libdir}/systemd/system
|
||||
install -m 0644 ${WORKDIR}/*.service ${base_libdir}/systemd/system/
|
||||
install -m 0644 ${WORKDIR}/*.service ${D}${base_libdir}/systemd/system/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user