mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Fix braino -- missing thrift.rb is installed in RUBY_SITELIBDIR.
This commit is contained in:
parent
cd2eb91ed6
commit
9a31589e6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237118
@ -1,4 +1,5 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/thrift_native.so
|
||||
%%RUBY_SITELIBDIR%%/thrift.rb
|
||||
%%RUBY_SITELIBDIR%%/thrift/client.rb
|
||||
%%RUBY_SITELIBDIR%%/thrift/exceptions.rb
|
||||
%%RUBY_SITELIBDIR%%/thrift/processor.rb
|
||||
|
@ -1,4 +1,5 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/thrift_native.so
|
||||
%%RUBY_SITELIBDIR%%/thrift.rb
|
||||
%%RUBY_SITELIBDIR%%/thrift/client.rb
|
||||
%%RUBY_SITELIBDIR%%/thrift/exceptions.rb
|
||||
%%RUBY_SITELIBDIR%%/thrift/processor.rb
|
||||
|
Loading…
Reference in New Issue
Block a user