xmpp4r: Fix ruby library path
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23462 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a61f1a984d
commit
b9b948be14
@ -33,7 +33,7 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
(cd $(PKG_BUILD_DIR); \
|
(cd $(PKG_BUILD_DIR); \
|
||||||
ruby $(PKG_BUILD_DIR)/setup.rb config \
|
ruby $(PKG_BUILD_DIR)/setup.rb config \
|
||||||
--rbconfig=$(wildcard $(STAGING_DIR)/usr/lib/ruby/1.9.1/*-linux/rbconfig.rb); \
|
--rbconfig=$(wildcard $(STAGING_DIR)/usr/lib/ruby/*.*/*-linux/rbconfig.rb); \
|
||||||
ruby $(PKG_BUILD_DIR)/setup.rb install --prefix="$(PKG_INSTALL_DIR)"; \
|
ruby $(PKG_BUILD_DIR)/setup.rb install --prefix="$(PKG_INSTALL_DIR)"; \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user