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

« back to all changes in this revision

Viewing changes to binreloc.c

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-01-31 15:02:56 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100131150256-2a55jv6b2w85t6ix
Tags: 0.5.1-1.1ubuntu1
* Merge from debian testing, Ubuntu remaining changes:
  - debian/rules: Don't install anything in /usr/local, otherwise FTBFS.
  - debian/control:
    + Add homepage field
    + Build-Depends on quilt.
  - debian/rules:
    + Add quilt support.
  - Add 01-truncated_description.patch to fix LP: #357189.
* Add ${misc:Depends} to hardinfo runtime Depends field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
594
594
    }
595
595
 
596
596
#ifdef ARCH_x86_64
597
 
    dir = g_build_filename(prefix, "lib64", NULL);
 
597
    dir = g_build_filename(prefix, "lib", NULL);
598
598
#else
599
599
    dir = g_build_filename(prefix, "lib", NULL);
600
600
#endif