~ubuntu-branches/ubuntu/oneiric/haxe/oneiric

« back to all changes in this revision

Viewing changes to debian/install_native.ml

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-06-15 10:57:30 UTC
  • Revision ID: james.westby@ubuntu.com-20090615105730-zqxsayed2ahsuwsy
Tags: 1:2.3-1ubuntu1
* debian/install_native.ml:
  - Update zlib search path to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
let zlib = 
40
40
        try
41
 
                List.find Sys.file_exists ["/usr/lib64/libz.so.1";"/usr/lib/libz.so.1"]
 
41
                List.find Sys.file_exists ["/usr/lib64/libz.so.1";"/usr/lib/libz.so.1";"/usr/lib/libz.so"]
42
42
        with
43
43
                Not_found ->
44
44
                        failwith "LibZ was not found on your system, please install it or modify the search directories in the install script"