]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Apply patch from BuildSmart that fixes an install path.
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 21 Jun 2007 15:51:30 +0000 (15:51 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 21 Jun 2007 15:51:30 +0000 (15:51 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7399 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index c00bb3ed842d8f0f530557f3a0116b8be702b013..d40027346ed38e5d81a64fef84e0b89a41375f2d 100755 (executable)
--- 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)