From: nico Date: Sun, 18 Apr 2010 23:57:43 +0000 (+0000) Subject: [packages] sqlite3-ruby: mark it as broken, does not cross-compile cleanly anymore... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=955e123a793956d02f73083fc579190004b8cdac;p=packages.git [packages] sqlite3-ruby: mark it as broken, does not cross-compile cleanly anymore with ruby 1.9.x git-svn-id: svn://svn.openwrt.org/openwrt/packages@21009 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/sqlite3-ruby/Makefile b/lang/sqlite3-ruby/Makefile index 3875e3091..c67555018 100644 --- a/lang/sqlite3-ruby/Makefile +++ b/lang/sqlite3-ruby/Makefile @@ -23,7 +23,7 @@ define Package/ruby-sqlite3 CATEGORY:=Languages TITLE:=Ruby interface for SQLite URL:=http://www.ruby-lang.org/ - DEPENDS:=+libruby +libsqlite3 + DEPENDS:=+libruby +libsqlite3 @BROKEN endef RUBY:= \ @@ -42,8 +42,8 @@ define Build/Compile endef define Package/ruby-sqlite3/install - $(INSTALL_DIR) $(1)/usr/lib/ruby/1.8 - $(CP) $(PKG_INSTALL_DIR)/usr/lib/ruby/site_ruby/1.8/* $(1)/usr/lib/ruby/1.8/ + $(INSTALL_DIR) $(1) + $(CP) $(PKG_INSTALL_DIR)/* $(1)/ endef