From 2f8161df6341bda168b76b6b32016c2fef2041be Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 21 Feb 2008 07:20:49 +0000 Subject: [PATCH] make ruby obey destdir git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1294 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/configure.ac b/program/configure.ac index 0b092c1f..93b2794e 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -741,7 +741,7 @@ AC_ARG_ENABLE(ruby-site-install, together with rrdtool in $prefix/lib/ruby. You have to add $prefix/lib/ruby/$ruby_version/$sitearch to you $: variable for ruby to find the RRD.so file.], -[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir=$prefix/lib/ruby"]) +[RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir="'$(DESTDIR)'"$prefix/lib/ruby"]) AC_ARG_WITH(ruby-options, -- 2.30.2