diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-25 12:19:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-25 12:19:06 +0200 |
commit | 62c0f6c5579b3b1bb4d468bf31443979a231c300 (patch) | |
tree | 3f8e44dc061318efb242e03efa80d25738fa3d9f /package/lxde-common | |
parent | 5593c0670be55a83cca297038baa736528a4dcc6 (diff) |
add missing panel configuration
Diffstat (limited to 'package/lxde-common')
-rw-r--r-- | package/lxde-common/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/lxde-common/Makefile b/package/lxde-common/Makefile index 622b4b2af..b59a4b91a 100644 --- a/package/lxde-common/Makefile +++ b/package/lxde-common/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= lxde-common PKG_VERSION:= 0.5.0 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= aac2f6f2efa53a6ac92e47e7f2a0c602 PKG_DESCR:= LXDE de-common manager PKG_SECTION:= x11/lxde @@ -22,6 +22,9 @@ lxde-common-install: $(INSTALL_DIR) $(IDIR_LXDE_COMMON)/usr/bin $(CP) $(WRKINST)/usr/bin/* \ $(IDIR_LXDE_COMMON)/usr/bin + $(INSTALL_DIR) $(IDIR_LXDE_COMMON)/usr/share/lxpanel/profile/LXDE + $(CP) $(WRKINST)/usr/share/lxpanel/profile/LXDE/* \ + $(IDIR_LXDE_COMMON)/usr/share/lxpanel/profile/LXDE $(INSTALL_DIR) $(IDIR_LXDE_COMMON)/usr/share/lxde $(CP) $(WRKINST)/usr/share/lxde/* \ $(IDIR_LXDE_COMMON)/usr/share/lxde |