diff options
| -rw-r--r-- | meta-oe/recipes-navigation/orrery/orrery_2.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb index b3372b1dae..617afbc99d 100644 --- a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb +++ b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb | |||
| @@ -24,6 +24,7 @@ do_configure_prepend() { | |||
| 24 | do_install_append() { | 24 | do_install_append() { |
| 25 | install -d ${D}${datadir}/orrery | 25 | install -d ${D}${datadir}/orrery |
| 26 | cp -a ${S}/data/* ${D}${datadir}/orrery | 26 | cp -a ${S}/data/* ${D}${datadir}/orrery |
| 27 | chown -R root:root ${D}${datadir}/orrery | ||
| 27 | install -d ${D}${datadir}/icons | 28 | install -d ${D}${datadir}/icons |
| 28 | install -m 0755 ${WORKDIR}/orrery.png ${D}${datadir}/icons | 29 | install -m 0755 ${WORKDIR}/orrery.png ${D}${datadir}/icons |
| 29 | } | 30 | } |
