diff options
author | David Schleef <ds@schleef.org> | 2001-07-04 00:55:43 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-04 00:55:43 +0000 |
commit | 6d4acfb1e41491bf2085d499eeb9cc0797bc4467 (patch) | |
tree | 214c58c59dd2bfda3caff89e0942771b3807d786 /debian/rules | |
parent | 8ab968ca4850684433de33e91fa14defc9b07689 (diff) |
The prototype Config file for x86 was changed to Config.i386
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |