summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-09 10:45:16 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-09 10:45:16 +0000
commitebf131b6bc118e4f61172868e258442614050482 (patch)
tree316ad37713da8b836920ce2612fe3338e388a657
parent2013a466f949a26bd136eddd569b957533e568f4 (diff)
downloadweston-ebf131b6bc118e4f61172868e258442614050482.tar.gz
Install new PNGs to /usr/share/weston
-rw-r--r--weston.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/weston.morph b/weston.morph
index 6dad6fe7..b475adef 100644
--- a/weston.morph
+++ b/weston.morph
@@ -11,5 +11,7 @@ configure-commands:
--disable-wayland-compositor --disable-weston-launch --enable-egl \
--enable-clients --enable-demo-clients-install --enable-fbdev-compositor
post-install-commands:
+- install -d "$DESTDIR/usr/share/weston"
+- install -m 0644 data/*.png "$DESTDIR/usr/share/weston/"
- install -d "$DESTDIR/usr/share/doc/weston"
- install -m 0644 ivi-shell/weston.ini "$DESTDIR/usr/share/doc/weston/ivi-shell-weston.ini"