diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-21 15:51:30 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-21 15:51:30 +0000 |
commit | 1d409d0f8b4f364bd8f34a477e673e8d03b3c075 (patch) | |
tree | 750e219ae1df43705a2360b035ef279781bdb434 | |
parent | 4a1755fe8c73c7d243f9eaa7a31aed0e0ebc81d9 (diff) |
Apply patch from BuildSmart that fixes an install path.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7399 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -232,7 +232,7 @@ if ($config{OSNAME} =~ /darwin/i) $config{IS_DARWIN} = "YES"; $config{STARTSCRIPT} = "org.inspircd.plist"; # start script for OSX. $config{DESTINATION} = "LAUNCHDPATH"; # Is OSX target. - $config{EXTRA_DIR} = " launch_dir"; # Is OSX specific path. + $config{EXTRA_DIR} = " launchd_dir"; # Is OSX specific path. } $config{CC} = "g++"; # C++ compiler if (defined $opt_cc) |