~ubuntu-branches/ubuntu/oneiric/hardinfo/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2010-01-22 21:22:24 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20100122212224-ayroadscz1ukrm73
Tags: 0.5.1-1.1
* Non-maintainer upload.
* [cd677eda] Move files from /usr/lib64 to /usr/lib. (Closes: #557569)
  - thanks to Kurt Roeckx

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        x86_64)
57
57
                ln -sf linux/x86_64 arch/this
58
58
                ARCH="ARCH_x86_64"
59
 
                LIBDIR="/usr/lib64" ;;
 
59
                LIBDIR="/usr/lib" ;;
60
60
        mips*)
61
61
                ln -sf linux/mips arch/this
62
62
                ARCH="ARCH_MIPS" ;;