From 4d30986a91702935fe63ebdfe3ec48b5220cb60a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 28 Feb 2012 13:34:48 +0000 Subject: [PATCH] fix ruby sitedir name --- subversion.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index d972d55..a260c69 100644 --- a/subversion.spec +++ b/subversion.spec @@ -186,7 +186,7 @@ sed -i 's/-fpie/-fPIE/' Makefile.in export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS" %configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ --with-swig --with-neon=%{_prefix} \ - --with-ruby-sitedir=%{ruby_vendorarch} \ + --with-ruby-sitedir=%{ruby_vendorarchdir} \ --with-apxs=%{_sbindir}/apxs --disable-mod-activation \ --disable-static --with-sasl=%{_prefix} \ --disable-neon-version-check \