diff options
Diffstat (limited to 'extras/init.d')
| -rw-r--r-- | extras/init.d/Makefile.am | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index a9ac3b42d84..25f9145f120 100644 --- a/extras/init.d/Makefile.am +++ b/extras/init.d/Makefile.am @@ -10,11 +10,12 @@ SYSTEMD_DIR = @systemddir@  LAUNCHD_DIR = @launchddir@  $(GF_DISTRIBUTION): +if WITH_SERVER  	@if [ ! -d $(SYSTEMD_DIR) ]; then \  		$(mkdir_p) $(DESTDIR)$(INIT_DIR); \  		$(INSTALL_PROGRAM) glusterd-$(GF_DISTRIBUTION) $(DESTDIR)$(INIT_DIR)/glusterd; \  	fi - +endif  if BUILD_EVENTS  	@if [ ! -d $(SYSTEMD_DIR) ]; then \  		$(mkdir_p) $(DESTDIR)$(INIT_DIR); \  | 
