Skip to content

Commit

Permalink
Merge pull request #8445 from M0ses/fix_chrpath_for_force_ruby_platform
Browse files Browse the repository at this point in the history
[dist] chrpath in obs-bundled-gems.spec no longer mandatory
  • Loading branch information
vpereira committed Sep 26, 2019
2 parents 689c028 + add9029 commit c4c158b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dist/obs-bundled-gems.spec
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ find %{buildroot} -type f -print0 | xargs -0 grep -l /usr/bin/env | while read f
chmod a-x $file
done

# Remove rpaths from files
chrpath --delete %{buildroot}%_libdir/obs-api/ruby/*/gems/sassc-*-x86_64-linux/lib/sassc/libsass.so

%files
%_libdir/obs-api

Expand Down

0 comments on commit c4c158b

Please sign in to comment.