diff options
| -rwxr-xr-x | configure | 3 | ||||
| -rw-r--r-- | debian/changelog | 9 | 
2 files changed, 9 insertions, 3 deletions
| @@ -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" ;; diff --git a/debian/changelog b/debian/changelog index f5a9b801..f69b2fa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -hardinfo (0.4.2.3-2) unstable; urgency=low +hardinfo (0.4.2.3-3) unstable; urgency=low + +  * changed modules install dir for amd64  +    (thanks to ucko@d.o). (Closes: #468105)  + + -- Agney Lopes Roth Ferraz <agney@debian.org>  Tue, 26 Feb 2008 23:52:45 -0300 + +hardinfo (0.4.2.3-2) unstable; urgency=low     * fixed desktop file, thanks to Kjell Braden. (Closes: #466587)  | 
