diff options
author | Niels de Vos <ndevos@redhat.com> | 2015-03-19 13:12:02 +0100 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-03-19 07:46:52 -0700 |
commit | 61489c1725f048c2e34a08e73f0ab367bbf673c1 (patch) | |
tree | b7ceba0f2c3a31e1bc37c16431d6684558955cb5 /extras | |
parent | d06692d1deec425f74747e2c463e56f7eca981c8 (diff) |
build: correctly install the snap_scheduler tools
The current way of installing the snap-scheduler tools breaks the
building of RPMs. The tools should be installed in /usr/sbin and there
is no need to change the attributes/permissions after the installation.
Change-Id: I1b8e206748617fb000d956b1b5da52d126971c29
BUG: 1203557
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/9939
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/snap_scheduler/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/snap_scheduler/Makefile.am b/extras/snap_scheduler/Makefile.am index 24aa8241727..896595f1504 100644 --- a/extras/snap_scheduler/Makefile.am +++ b/extras/snap_scheduler/Makefile.am @@ -1,4 +1,4 @@ -snap_schedulerdir = $(DESTDIR)$(sbindir)/ +snap_schedulerdir = $(sbindir)/ snap_scheduler_SCRIPTS = gcron.py snap_scheduler.py |