Disable the lua plugin for now, until it is fixed

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7680 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-20 12:05:20 +00:00
parent caf9fabd40
commit 63d6d190bc

View File

@ -61,7 +61,8 @@ define Package/weechat/install
$(INSTALL_DIR) $(1)/usr/bin
$(CP) $(PKG_INSTALL_DIR)/usr/bin/weechat-curses $(1)/usr/bin/
$(INSTALL_DIR) $(1)/usr/lib/weechat/plugins
$(CP) $(PKG_INSTALL_DIR)/usr/lib/weechat/plugins/lua.so* $(1)/usr/lib/weechat/plugins/
# FIXME : weechat is not configured to compile with lua since 0.2.4
#$(CP) $(PKG_INSTALL_DIR)/usr/lib/weechat/plugins/lua.so* $(1)/usr/lib/weechat/plugins/
endef
$(eval $(call BuildPackage,weechat))