fcdac758ad
When geo-replication is not enabled, the related scripts should not get installed. EPEL-5 does not support geo-replication, and the installed but unpackaged scripts cause rebuilding for .el5 to fail. BUG: 1169005 Change-Id: I1b6a352b73bd1ed1c5b330f54e26e81aed9a5a4e Reported-by: Lalatendu Mohanty <lmohanty@redhat.com> Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/9221 Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
27 lines
1.1 KiB
Makefile
27 lines
1.1 KiB
Makefile
EditorModedir = $(docdir)
|
|
EditorMode_DATA = glusterfs-mode.el glusterfs.vim
|
|
|
|
SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \
|
|
$(GEOREP_EXTRAS_SUBDIR)
|
|
|
|
confdir = $(sysconfdir)/glusterfs
|
|
conf_DATA = glusterfs-logrotate gluster-rsyslog-7.2.conf gluster-rsyslog-5.8.conf \
|
|
logger.conf.example glusterfs-georep-logrotate group-virt.example
|
|
|
|
voldir = $(sysconfdir)/glusterfs
|
|
vol_DATA = glusterd.vol
|
|
scriptsdir = $(datadir)/glusterfs/scripts
|
|
scripts_DATA = post-upgrade-script-for-quota.sh pre-upgrade-script-for-quota.sh
|
|
|
|
EXTRA_DIST = $(conf_DATA) specgen.scm glusterfs-mode.el glusterfs.vim \
|
|
migrate-unify-to-distribute.sh backend-xattr-sanitize.sh backend-cleanup.sh \
|
|
disk_usage_sync.sh clear_xattrs.sh glusterd-sysconfig glusterd.vol \
|
|
post-upgrade-script-for-quota.sh pre-upgrade-script-for-quota.sh \
|
|
command-completion/gluster.bash command-completion/Makefile \
|
|
command-completion/README
|
|
|
|
install-data-local:
|
|
$(mkdir_p) $(DESTDIR)$(GLUSTERD_WORKDIR)/groups
|
|
$(INSTALL_DATA) $(top_srcdir)/extras/group-virt.example \
|
|
$(DESTDIR)$(GLUSTERD_WORKDIR)/groups/virt
|