Skip to content

Commit

Permalink
Remove chrpath command
Browse files Browse the repository at this point in the history
In sassc 2.2.0 they removed the precompiled x86_64 binaries, so this
patch is not needed anymore.
  • Loading branch information
David Kang committed Aug 30, 2019
1 parent 6df0143 commit 74fba32
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 @@ -141,9 +141,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 74fba32

Please sign in to comment.