]> gitweb.michael.orlitzky.com - dead/census-tools.git/commitdiff
Update the lp_solve wrapper's LD_LIBRARY_PATH.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 10 May 2010 17:38:53 +0000 (13:38 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 10 May 2010 17:38:53 +0000 (13:38 -0400)
bin/linear_programs/lp_solve_wrapper

index c7d2bd78a66b527d6e04896c629e12899bbeeb91..4cc12a2ca40fafe3b6cd323aa48b9cca272674cd 100755 (executable)
@@ -6,7 +6,7 @@
 # executing the script.
 #
 
-export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:../lib/lp_solve"
+export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:../../lib/lp_solve"
 
 # Run all but the first command-line argument. This should
 # execute the python script, followed by all of its arguments.