aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAgney Lopes Roth Ferraz <agney@debian.org>2008-02-26 23:52:45 -0300
committerSimon Quigley <tsimonq2@ubuntu.com>2017-06-19 14:38:46 -0500
commit0a30aeda1391e07bb2cf789432358e2a571fde7b (patch)
treee39b35c827b49933a8ca15506cb7bcda23e5d2e4 /configure
parentc35d7b49d224c9b029fb6e28f7a175c5c968efba (diff)
Import Debian changes 0.4.2.3-3
hardinfo (0.4.2.3-3) unstable; urgency=low * changed modules install dir for amd64 (thanks to ucko@d.o). (Closes: #468105)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index ef2ed8ba..187567a1 100755
--- a/configure
+++ b/configure
@@ -55,8 +55,7 @@ case $PROC in
ARCH="ARCH_PPC" ;;
x86_64)
ln -sf linux/x86_64 arch/this
- ARCH="ARCH_x86_64"
- LIBDIR="/usr/lib64" ;;
+ ARCH="ARCH_x86_64" ;;
mips*)
ln -sf linux/mips arch/this
ARCH="ARCH_MIPS" ;;