diff options
author | Kaushik BV <kaushikbv@gluster.com> | 2011-03-13 23:10:14 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-14 04:56:50 -0700 |
commit | 086ef357b64d4b7e5340226ada639813b1efd101 (patch) | |
tree | 9610d70637ed05b1cf2abce2bbdb5f5f73184530 /glusterfs.spec.in | |
parent | 2108ee66f226a124fd2ec20692e9941ed15464a5 (diff) |
Gsyncd: Include a directory glusterfs in the libexecdir, so that it is not cumbersome with other scripts
Signed-off-by: Kaushik BV <kaushikbv@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 2477 (Cleanup up the installation of geo-replication scripts.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2477
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index d4dedbd98..df7d107c6 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -2,7 +2,7 @@ # a descriptive suffix to identify who owns or what the change represents # e.g. release_version 2.MSW %define release 1%{?dist} -%define _libexecdir %{_prefix}/local/libexec +%define _libexecdir %{_prefix}/local/libexec/glusterfs # if you wish to compile an rpm without rdma support, compile like this... # rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without rdma |