Fixed build problems for init script installation.
Fixed build problem for init scripts (Reported by Krishna and Vikas). Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
This commit is contained in:
parent
fdfdd7cf05
commit
ae378b63c0
@ -1 +1 @@
|
||||
ChangeLog is maintained by "tla changelog".
|
||||
ChangeLog is maintained by "git log".
|
||||
|
@ -7,9 +7,11 @@ initdir = /etc/init.d
|
||||
|
||||
$(GF_DISTRIBUTION):
|
||||
$(mkdir_p) $(DESTDIR)$(initdir)
|
||||
cp glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd
|
||||
$(INSTALL_PROGRAM) $(srcdir)/glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd
|
||||
|
||||
install-data-local: $(GF_DISTRIBUTION)
|
||||
install-exec-local: $(GF_DISTRIBUTION)
|
||||
|
||||
install-data-local:
|
||||
if GF_DARWIN_HOST_OS
|
||||
cp glusterfs-server.plist /Library/LaunchDaemons/com.zresearch.glusterfs.plist
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user