From: peavey Date: Thu, 21 Jun 2007 15:51:30 +0000 (+0000) Subject: Apply patch from BuildSmart that fixes an install path. X-Git-Tag: v2.0.23~5026 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=1d409d0f8b4f364bd8f34a477e673e8d03b3c075;p=user%2Fhenk%2Fcode%2Finspircd.git 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 --- 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)