diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2007-09-20 16:59:20 -0400 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:44 -0500 |
commit | 401ee3a8ee846998cf0fa3ebadcc81cffe1da3ed (patch) | |
tree | 5004e14806622caa356b3b49897d8ff882341162 /configure | |
parent | 3eae6bf97fc67b00ba9852a9f5f67cbab9bda264 (diff) |
Import Debian changes 0.4.2.2-3
hardinfo (0.4.2.2-3) unstable; urgency=low
* Fixed FTBFS on s390. (Closes: #443293)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ case $PROC in alpha) ln -sf linux/alpha arch/this ARCH="ARCH_ALPHA" ;; - s390) + s390*) ln -sf linux/s390 arch/this ARCH="ARCH_S390" ;; m68k) |