Skip to content

Commit

Permalink
build: scripts are not installed with +x bit
Browse files Browse the repository at this point in the history
scripts listed in Makefile.am as foo_DATA, should be foo_SCRIPTS
to be installed +x

Change-Id: Ib9b98efcea968c03b574726bdc0d4f76cdfd1dc1
BUG: 1225018
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/11806
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
  • Loading branch information
kalebskeithley committed Jul 31, 2015
1 parent e7f737e commit 3451765
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/Makefile.am
Expand Up @@ -14,7 +14,7 @@ conf_DATA = glusterfs-logrotate gluster-rsyslog-7.2.conf gluster-rsyslog-5.8.con
voldir = $(sysconfdir)/glusterfs
vol_DATA = glusterd.vol
scriptsdir = $(datadir)/glusterfs/scripts
scripts_DATA = post-upgrade-script-for-quota.sh \
scripts_SCRIPTS = post-upgrade-script-for-quota.sh \
pre-upgrade-script-for-quota.sh stop-all-gluster-processes.sh

EXTRA_DIST = $(conf_DATA) specgen.scm glusterfs-mode.el glusterfs.vim \
Expand Down
2 changes: 1 addition & 1 deletion extras/ganesha/scripts/Makefile.am
@@ -1,4 +1,4 @@
EXTRA_DIST= ganesha-ha.sh dbus-send.sh create-export-ganesha.sh

scriptsdir = $(libexecdir)/ganesha
scripts_DATA = create-export-ganesha.sh dbus-send.sh ganesha-ha.sh
scripts_SCRIPTS = create-export-ganesha.sh dbus-send.sh ganesha-ha.sh
2 changes: 1 addition & 1 deletion extras/geo-rep/Makefile.am
@@ -1,5 +1,5 @@
scriptsdir = $(datadir)/glusterfs/scripts
scripts_DATA = gsync-upgrade.sh generate-gfid-file.sh get-gfid.sh \
scripts_SCRIPTS = gsync-upgrade.sh generate-gfid-file.sh get-gfid.sh \
slave-upgrade.sh

scripts_PROGRAMS = gsync-sync-gfid
Expand Down

0 comments on commit 3451765

Please sign in to comment.