X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=initscript%2Fdarwin%2FMakefile.am;h=d01e5a46887699fd1378f06e5e4f371304a413dd;hb=866c918072dcfd9f9f44ef075833fc56e0f35337;hp=facc9d5f3be3b6a45af41094a28117787879d7c9;hpb=7ff7db1bd0b18a82284016c3a528bb2d45ec6b09;p=catta diff --git a/initscript/darwin/Makefile.am b/initscript/darwin/Makefile.am index facc9d5..d01e5a4 100644 --- a/initscript/darwin/Makefile.am +++ b/initscript/darwin/Makefile.am @@ -1,5 +1,3 @@ -# $Id$ - # This file is part of avahi. # # avahi is free software; you can redistribute it and/or modify it @@ -17,7 +15,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -initddir = /System/Library/LaunchDaemons/ +initddir = /Library/LaunchDaemons/ EXTRA_DIST = \ org.freedesktop.avahi-daemon.plist.in \ @@ -33,8 +31,6 @@ CLEANFILES = \ org.freedesktop.avahi-daemon.plist: org.freedesktop.avahi-daemon.plist.in sed -e 's,@sbindir\@,$(sbindir),g' $< > $@ - chmod +x $@ org.freedesktop.avahi-dnsconfd.plist: org.freedesktop.avahi-dnsconfd.plist.in sed -e 's,@sbindir\@,$(sbindir),g' $< > $@ - chmod +x $@