summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-21 15:51:30 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-21 15:51:30 +0000
commit1d409d0f8b4f364bd8f34a477e673e8d03b3c075 (patch)
tree750e219ae1df43705a2360b035ef279781bdb434
parent4a1755fe8c73c7d243f9eaa7a31aed0e0ebc81d9 (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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c00bb3ed8..d40027346 100755
--- a/configure
+++ b/configure
@@ -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)