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.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@13865 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2009-01-04 21:00:38 +00:00
parent 86c25d16be
commit d86c5b94b0

View File

@ -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))