diff options
Diffstat (limited to 'package/ruby/Makefile')
-rw-r--r-- | package/ruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ruby/Makefile b/package/ruby/Makefile index 69756e8e5..b9ccceb8f 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -13,7 +13,7 @@ MASTER_SITES:= ftp://ftp.ruby-lang.org/pub/ruby/1.9/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,RUBY,ruby,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,RUBY,ruby,${PKG_VERSION}-${PKG_RELEASE})) MAKE_FILE:= GNUmakefile XAKE_FLAGS+= optflags='' debugflags='' |