From 955e123a793956d02f73083fc579190004b8cdac Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 18 Apr 2010 23:57:43 +0000 Subject: [PATCH] [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 --- lang/sqlite3-ruby/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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