projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7639f59
)
update ruby to 1.8.5-p12 (closes: #1299), force the use of bash over dash
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Mar 2007 01:59:35 +0000
(
01:59
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 20 Mar 2007 01:59:35 +0000
(
01:59
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6623
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/ruby/Makefile
patch
|
blob
|
history
diff --git
a/lang/ruby/Makefile
b/lang/ruby/Makefile
index
9bce84e
..
4aad851
100644
(file)
--- a/
lang/ruby/Makefile
+++ b/
lang/ruby/Makefile
@@
-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