summaryrefslogtreecommitdiff
path: root/package/lxdm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-25 12:19:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-25 12:19:36 +0200
commit19522ff901a6c4694cd3bb269ec62f46e6c76ee8 (patch)
treede43d9e53285001a98fc9d5b38d4c0656abc4f25 /package/lxdm/Makefile
parent62c0f6c5579b3b1bb4d468bf31443979a231c300 (diff)
parentadd00755dce7010c2025e1a18e57b832a960d289 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/lxdm/Makefile')
-rw-r--r--package/lxdm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/lxdm/Makefile b/package/lxdm/Makefile
index 555194a3d..4f0036360 100644
--- a/package/lxdm/Makefile
+++ b/package/lxdm/Makefile
@@ -30,5 +30,8 @@ lxdm-install:
$(INSTALL_DIR) $(IDIR_LXDM)/usr/share/lxdm/themes
$(CP) $(WRKINST)/usr/share/lxdm/themes/* \
$(IDIR_LXDM)/usr/share/lxdm/themes
+ $(INSTALL_DIR) $(IDIR_LXDM)/usr/share/backgrounds
+ $(CP) ./files/openadk.png \
+ $(IDIR_LXDM)/usr/share/backgrounds/default.png
include ${TOPDIR}/mk/pkg-bottom.mk