diff options
author | Pascal Terjan <pterjan@gmail.com> | 2013-12-24 21:47:40 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2013-12-24 21:47:40 +0000 |
commit | b7b75f31a616ffcafd6ba599cb16b716099e8b42 (patch) | |
tree | 799457fcfade68c8b9ee233bf580f23964300f9b /build.macros.in | |
parent | c7b3c8d597befa0c0cc78564b1a88680bacfbc5a (diff) | |
download | rpm-setup-b7b75f31a616ffcafd6ba599cb16b716099e8b42.tar rpm-setup-b7b75f31a616ffcafd6ba599cb16b716099e8b42.tar.gz rpm-setup-b7b75f31a616ffcafd6ba599cb16b716099e8b42.tar.bz2 rpm-setup-b7b75f31a616ffcafd6ba599cb16b716099e8b42.tar.xz rpm-setup-b7b75f31a616ffcafd6ba599cb16b716099e8b42.zip |
Fix mistake in previous version1.195
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.macros.in b/build.macros.in index 04000ea..f0d222c 100644 --- a/build.macros.in +++ b/build.macros.in @@ -514,7 +514,7 @@ sed -i -e 's/`git ls-files`/`find -type f`/' \\\ --env-shebang --rdoc --ri --force --ignore-dependencies \\\ --install-dir %{buildroot}%{ruby_gemdir} \\\ --bindir %{buildroot}%{_bindir} \ - EXTPATH=$(ruby -e "puts Gem::Specification.new('%{__ruby_module_name}.gemspec').require_paths.join(' ')") \ + EXTPATH=$(ruby -e "puts Gem::Specification.load('%{__ruby_module_name}.gemspec').require_paths.join(' ')") \ %{-d: \ (cd %{buildroot}%{gem_instdir}; \\\ for f in $(find $EXTPATH -name *.h); do \\\ |