projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b77693c
)
[packages] mako: remove @BROKEN, it is building againg after [28402]
author
Nicolas Thill
<nico@openwrt.org>
Mon, 10 Oct 2011 14:22:28 +0000
(14:22 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 10 Oct 2011 14:22:28 +0000
(14:22 +0000)
SVN-Revision: 28403
lang/mako/Makefile
patch
|
blob
|
history
diff --git
a/lang/mako/Makefile
b/lang/mako/Makefile
index ad8f1f7c83842ea0de2fe3d9f8850bf79f8dcdd4..ad935c6c18d62db15a855833b163107593e21f76 100644
(file)
--- 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))