diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-07-27 18:28:26 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-07-27 18:28:26 +0100 |
commit | 0fb20448a0d005a77ec246596785a6b9ad87956b (patch) | |
tree | 156ae7adc2c93f9d85f1edd77ef13df7c3217034 | |
parent | 84db0d65b79306f3c7987b7d99d8dc97c8550fb7 (diff) | |
parent | 84b5d774ff9cce68297edb1982f11e7aecf85d51 (diff) |
Merge branch 'develop' of https://github.com/paulogeyer/alaveteli into develop
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Work around bug in Debian Squeeze - see https://github.com/sebbacon/alaveteli/pull/297#issuecomment-4101012 -if File.exist? "/etc/debian_version" and File.open("/etc/debian_version").read.strip =~ /^6\.0\.[45]$/ +if File.exist? "/etc/debian_version" and File.open("/etc/debian_version").read.strip =~ /^squeeze|6\.0\.[45]$/ if File.exist? "/lib/libuuid.so.1" require 'dl' DL::dlopen('/lib/libuuid.so.1') |