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 <[email protected]>
From fe4a16438519934bf73da5530d8f2c3156ba0964 Mon Sep 17 00:00:00 2001
From: Peter Breitenlohner <[email protected]>
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 <[email protected]>
---
 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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to