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 25fe3d7db..8f225a847 100644 --- a/package/ruby/Makefile +++ b/package/ruby/Makefile @@ -34,7 +34,7 @@ pre-configure: cp ${WRKBUILD}/ext/Setup ${WRKBUILD}/ext/Setup.orig echo "option nodynamic" >> ${WRKBUILD}/ext/Setup (cd ${WRKBUILD}; rm -rf config.{cache,status} ; \ - ./configure --prefix=$(STAGING_TOOLS) --disable-install-doc \ + ./configure --prefix=$(STAGING_HOST_DIR) --disable-install-doc \ ); $(MAKE) -C ${WRKBUILD} main cp ${WRKBUILD}/ruby ${WRKBUILD}/hostruby |