From 6d4acfb1e41491bf2085d499eeb9cc0797bc4467 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 4 Jul 2001 00:55:43 +0000 Subject: The prototype Config file for x86 was changed to Config.i386 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 0a54bf63b..600703038 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ build-stamp: dh_testdir # Add here commands to compile the package. - cp extra/Configs/Config.$(shell echo $(target)|sed 's/i386/x86/') Config + cp extra/Configs/Config.$(target) Config echo '#Debian configuration overrides' >>Config ifneq ($(target),$(DEB_HOST_GNU_CPU)) -- cgit v1.2.3