diff options
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.macros.in b/build.macros.in index 584c470..f4bb17a 100644 --- a/build.macros.in +++ b/build.macros.in @@ -490,6 +490,7 @@ if [ ! -f %{__ruby_module_name}.gemspec ]; then \ fi \ sed -i -e 's/`git ls-files`/`find -type f`/' \\\ -e 's/`git ls-files -- \\\(.*\\\)`/`find \\\1 -type f`/' \\\ + -e 's/`git ls-files \\\(.*\\\)`/`find \\\1 -type f`/' \\\ -e 's/ s.version = .*/ s.version = "%{version}"/' \\\ %{__ruby_module_name}.gemspec |