From 4eee5764907d1a47e756b18908f01f232019d0a8 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 20 Nov 2006 20:03:26 +0000 Subject: Install lvmdump by default. --- scripts/Makefile.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 scripts/Makefile.in (limited to 'scripts/Makefile.in') diff --git a/scripts/Makefile.in b/scripts/Makefile.in new file mode 100644 index 00000000..01def19d --- /dev/null +++ b/scripts/Makefile.in @@ -0,0 +1,23 @@ +# +# Copyright (C) 2006 Red Hat, Inc. All rights reserved. +# +# This file is part of the LVM2. +# +# This copyrighted material is made available to anyone wishing to use, +# modify, copy, or redistribute it subject to the terms and conditions +# of the GNU General Public License v.2. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, +# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ + +include $(top_srcdir)/make.tmpl + +install: + $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) lvm_dump.sh \ + $(sbindir)/lvmdump + -- cgit