From: John Crispin Date: Thu, 20 Sep 2007 22:14:50 +0000 (+0000) Subject: fixed doggy install of fluxbox X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=c3bc45a281506035629fda2e82e5481651e91be9 fixed doggy install of fluxbox SVN-Revision: 8892 --- diff --git a/XOrg/app/fluxbox/Makefile b/XOrg/app/fluxbox/Makefile index a01792cbc3..1a5ec994d7 100644 --- a/XOrg/app/fluxbox/Makefile +++ b/XOrg/app/fluxbox/Makefile @@ -51,9 +51,9 @@ endef define Package/fluxbox/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/share/fluxbox/styles/ - $(CP) $(PKG_INSTALL_DIR)/usr/bin/{fluxbox,fbsetbg} $(1)/usr/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/{fluxbox,fbsetbg} $(1)/usr/bin/ $(CP) $(PKG_INSTALL_DIR)/usr/share/fluxbox/{init,keys} $(1)/usr/share/fluxbox/ - $(CP) $(PKG_INSTALL_DIR)/usr/share/fluxbox/styles/BlueFlux/ $(1)/usr/share/fluxbox/styles + $(CP) $(PKG_INSTALL_DIR)/usr/share/fluxbox/styles/* $(1)/usr/share/fluxbox/styles/ $(CP) files/menu $(1)/usr/share/fluxbox/ endef