From: nico Date: Mon, 10 Oct 2011 14:22:28 +0000 (+0000) Subject: [packages] mako: remove @BROKEN, it is building againg after [28402] X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3da1e55325fe9854953905aa944a8f9588526a72;p=packages.git [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 --- 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))