We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfdd7c commit ae378b6Copy full SHA for ae378b6
ChangeLog
@@ -1 +1 @@
1
-ChangeLog is maintained by "tla changelog".
+ChangeLog is maintained by "git log".
extras/init.d/Makefile.am
@@ -7,9 +7,11 @@ initdir = /etc/init.d
7
8
$(GF_DISTRIBUTION):
9
$(mkdir_p) $(DESTDIR)$(initdir)
10
- cp glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd
+ $(INSTALL_PROGRAM) $(srcdir)/glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd
11
12
-install-data-local: $(GF_DISTRIBUTION)
+install-exec-local: $(GF_DISTRIBUTION)
13
+
14
+install-data-local:
15
if GF_DARWIN_HOST_OS
16
cp glusterfs-server.plist /Library/LaunchDaemons/com.zresearch.glusterfs.plist
17
endif
0 commit comments