From 71e5a1a08b46987c47f7f3c665b595f35fca8dfc Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 4 Jan 2009 21:00:38 +0000 Subject: [PATCH] Rename matchbox to matchbox-window-manager as suggested by hanez since its the actuall package name and better fits the naming scheme of soon to be added matchbox packages. SVN-Revision: 13865 --- Xorg/wm/{matchbox => matchbox-window-manager}/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename Xorg/wm/{matchbox => matchbox-window-manager}/Makefile (88%) diff --git a/Xorg/wm/matchbox/Makefile b/Xorg/wm/matchbox-window-manager/Makefile similarity index 88% rename from Xorg/wm/matchbox/Makefile rename to Xorg/wm/matchbox-window-manager/Makefile index 1149517e59..e59d5c3509 100644 --- a/Xorg/wm/matchbox/Makefile +++ b/Xorg/wm/matchbox-window-manager/Makefile @@ -24,7 +24,7 @@ TARGET_LDFLAGS+= \ include $(INCLUDE_DIR)/package.mk -define Package/matchbox +define Package/matchbox-window-manager TITLE:=matchbox window manager SECTION:=xorg-wm CATEGORY:=Xorg @@ -39,9 +39,9 @@ define Build/Compile all install endef -define Package/matchbox/install +define Package/matchbox-window-manager/install $(INSTALL_DIR) $(1)/ $(CP) $(PKG_INSTALL_DIR)/* $(1)/ endef -$(eval $(call BuildPackage,matchbox)) +$(eval $(call BuildPackage,matchbox-window-manager)) -- 2.30.2