]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
Added comments to hashcomp.cpp
[user/henk/code/inspircd.git] / .inspircd.inc
index 58e1b2316de78b7a59952754b318b47c28ab8321..24e280019640aa3932676fe99530bf71a0e08825 100644 (file)
@@ -17,8 +17,9 @@
 
 my $conffile = "@CONFIG_DIR@/inspircd.conf";
 my $binpath = "@BINARY_DIR@";
+my $libpath = "@LIBRARY_DIR@";
 
-$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql:$binpath";
+$ENV{"LD_LIBRARY_PATH"} = $ENV{"LD_LIBRARY_PATH"} . ":/usr/local/lib/mysql:/usr/lib/mysql:$libpath";
 
 # Lets see what they want to do.. Set the variable (Cause i'm a lazy coder)
 my $arg = $ARGV[0];