diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-07-04 12:01:48 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-07-04 12:01:48 +0100 |
commit | ceb8199f922c8e56713ed6c73e051ebb0d649d1d (patch) | |
tree | 22f14eb345fd19eec922aea5d5f64a5c4a4a773b /debian/mauvealert-client.install | |
parent | 02cd939814dc8aebc80b5a23a3ba6b68f4118864 (diff) |
Updated build deps just to require ruby, and install client/common stuff to vendor_ruby
Diffstat (limited to 'debian/mauvealert-client.install')
-rw-r--r-- | debian/mauvealert-client.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/mauvealert-client.install b/debian/mauvealert-client.install index 8e6e561..5cdaca6 100644 --- a/debian/mauvealert-client.install +++ b/debian/mauvealert-client.install @@ -1,3 +1,3 @@ bin/mauvesend usr/bin/ -lib/mauve/sender.rb usr/lib/ruby/1.8/mauve/ -lib/mauve/quick_update.rb usr/lib/ruby/1.8/mauve/ +lib/mauve/sender.rb usr/lib/ruby/vendor_ruby/mauve/ +lib/mauve/quick_update.rb usr/lib/ruby/vendor_ruby/mauve/ |