update ruby to 1.8.5-p12 (closes: #1299), force the use of bash over dash

git-svn-id: svn://svn.openwrt.org/openwrt/packages@6623 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-03-20 01:59:35 +00:00
parent 7639f59b8a
commit c0558904a1

View File

@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ruby
PKG_VERSION:=1.8.5
PKG_VERSION:=1.8.5-p12
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.ruby-lang.org/pub/ruby/1.8/
PKG_MD5SUM:=3fbb02294a8ca33d4684055adba5ed6f
PKG_MD5SUM:=d7d12dd9124c9b7d55cdbbee313e3931
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
@ -39,6 +39,7 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
SHELL="/bin/bash" \
all install
endef