Hi,

I am fairly sure that you don't intend to install the test programs 'disk'
and 'label', and they are not mentioned in parted.spec.

Thus I'd like to suggest the attached patch.

Regards
Peter Breitenlohner <p...@mppmu.mpg.de>
From fe4a16438519934bf73da5530d8f2c3156ba0964 Mon Sep 17 00:00:00 2001
From: Peter Breitenlohner <p...@mppmu.mpg.de>
Date: Mon, 8 Feb 2010 14:01:13 +0100
Subject: [PATCH] do not install the test programs disk and label


Signed-off-by: Peter Breitenlohner <p...@mppmu.mpg.de>
---
 libparted/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libparted/tests/Makefile.am b/libparted/tests/Makefile.am
index b368975..0599c33 100644
--- a/libparted/tests/Makefile.am
+++ b/libparted/tests/Makefile.am
@@ -5,7 +5,7 @@
 
 TESTS = t1000-label.sh t2000-disk.sh
 EXTRA_DIST = $(TESTS)
-bin_PROGRAMS = label disk
+check_PROGRAMS = label disk
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
 
 LDADD = \
-- 
1.6.4

_______________________________________________
bug-parted mailing list
bug-parted@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to