diff options
author | David Bremner <david@tethera.net> | 2014-02-18 21:05:14 -0400 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-02-18 21:05:14 -0400 |
commit | 10739d0762d6b7b5183139e9af2a6b4108de3679 (patch) | |
tree | c2e9e5550ad844493c87085bf8a2ace5d611fd27 /debian | |
parent | f2e1f0b006d281b9b0a3361dcae37b019eecd502 (diff) |
debian: update ruby binary extension install path
From Christian Hofstaedler, Debian bug 739120:
When ruby-defaults > 1:2.0 will be uploaded to sid, the version of
Ruby provided by the 'ruby' and 'ruby-dev' packages will change to
version 2.0. This version change includes a change to the path for
binary extensions.
This patch works for Ruby 1.9.1 as well as Ruby 2.0, so it's safe to
apply now.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/ruby-notmuch.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/ruby-notmuch.install b/debian/ruby-notmuch.install index 98e7050b..d3f2105c 100644 --- a/debian/ruby-notmuch.install +++ b/debian/ruby-notmuch.install @@ -1 +1 @@ -usr/lib/ruby/vendor_ruby/*/*/notmuch.so +usr/lib/*/*ruby/*/*/notmuch.so |