diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2007-08-27 14:31:53 +0100 | 
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2007-08-27 14:31:53 +0100 | 
| commit | 54b545beb4b7e65f852f03dd5da025d5eae7ef8f (patch) | |
| tree | 646d5464fbd71dda38d6e9d9a1750e4efd3f0881 | |
| parent | d6fa350994ac2c56644332fd5931a4a56d2f32d9 (diff) | |
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 <flz@FreeBSD.org>
| -rw-r--r-- | data/Makefile.am | 3 | 
1 files changed, 1 insertions, 2 deletions
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)  | 
