From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Price Date: Wed, 19 Aug 2015 12:55:08 +0100 Subject: [Cluster-devel] [PATCH 2/3] scripts: install the withdraw helper script In-Reply-To: <1439985309-6969-1-git-send-email-anprice@redhat.com> References: <1439985309-6969-1-git-send-email-anprice@redhat.com> Message-ID: <1439985309-6969-3-git-send-email-anprice@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Install gfs2_withdraw_helper into /usr/sbin in 'make install'. Signed-off-by: Andrew Price --- gfs2/scripts/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gfs2/scripts/Makefile.am b/gfs2/scripts/Makefile.am index 51764fa..056aaa5 100644 --- a/gfs2/scripts/Makefile.am +++ b/gfs2/scripts/Makefile.am @@ -2,9 +2,9 @@ MAINTAINERCLEANFILES = Makefile.in dist_sbin_SCRIPTS = \ gfs2_lockcapture \ - gfs2_trace + gfs2_trace \ + gfs2_withdraw_helper noinst_SCRIPTS = \ - 82-gfs2-withdraw.rules \ - gfs2_withdraw_helper + 82-gfs2-withdraw.rules -- 2.4.3