From 54b545beb4b7e65f852f03dd5da025d5eae7ef8f Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Mon, 27 Aug 2007 14:31:53 +0100 Subject: Don't create rc.d/init.d directory on FreeBSD. Move the initdir variable inside the if-block so that it's not created on FreeBSD. Signed-off-by: Florent Thoumie --- data/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index bdb45ab..947f762 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -8,10 +8,9 @@ seat_DATA = 00-primary.seat SCRIPT_IN_FILES = ConsoleKit.in -initddir=$(sysconfdir)/rc.d/init.d - # I guess it's Linux-only but that will do for the moment. if ! CK_COMPILE_FREEBSD +initddir=$(sysconfdir)/rc.d/init.d initd_SCRIPTS= \ ConsoleKit \ $(NULL) -- cgit