diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-12-12 18:56:56 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-12-19 17:44:38 -0200 |
commit | e4ad862c15db8085be447de611200c67b6a87bac (patch) | |
tree | 5750f0693df4e445b3dc7a055bbd776331628237 /packages/psplash/psplash_svn.bb | |
parent | 45782aa50dffae22d75417f836b1f77e3cb02052 (diff) |
psplash: use psplash.h if the distribution provides it
Diffstat (limited to 'packages/psplash/psplash_svn.bb')
-rw-r--r-- | packages/psplash/psplash_svn.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/psplash/psplash_svn.bb b/packages/psplash/psplash_svn.bb index 7e19ce3cbb..fdd4aea244 100644 --- a/packages/psplash/psplash_svn.bb +++ b/packages/psplash/psplash_svn.bb @@ -27,6 +27,10 @@ inherit autotools pkgconfig update-rc.d do_configure_append() { install -m 0644 ${WORKDIR}/psplash-hand-img.h ${S}/ install -m 0644 ${WORKDIR}/psplash-bar-img.h ${S}/ + + if [ -e "${WORKDIR}/psplash.h" ]; then + install -m 0644 ${WORKDIR}/psplash.h ${S}/ + fi } do_install_prepend() { |