From 3da1e55325fe9854953905aa944a8f9588526a72 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 10 Oct 2011 14:22:28 +0000 Subject: [PATCH] [packages] mako: remove @BROKEN, it is building againg after [28402] git-svn-id: svn://svn.openwrt.org/openwrt/packages@28403 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/mako/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/mako/Makefile b/lang/mako/Makefile index ad8f1f7c8..ad935c6c1 100644 --- a/lang/mako/Makefile +++ b/lang/mako/Makefile @@ -27,7 +27,7 @@ define Package/mako CATEGORY:=Languages TITLE:=Mako Templates for Python URL:=http://www.makotemplates.org/ - DEPENDS:=+python @BROKEN + DEPENDS:=+python endef define Package/mako/description @@ -50,7 +50,7 @@ define Package/mako/install $(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR) $(CP) \ $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \ - $(1)$(PYTHON_PKG_DIR) + $(1)$(PYTHON_PKG_DIR)/ endef $(eval $(call BuildPackage,mako))