[Pkg-virtualbox-commits] r305 - trunk/debian/patches
daniel at alioth.debian.org
daniel at alioth.debian.org
Tue Jun 24 20:54:22 UTC 2008
Author: daniel
Date: 2008-06-24 20:54:21 +0000 (Tue, 24 Jun 2008)
New Revision: 305
Modified:
trunk/debian/patches/01-no-64bit-guest.dpatch
Log:
Correcting dpkg-architecture all in 01-no-64bit-guest.dpatch.
Modified: trunk/debian/patches/01-no-64bit-guest.dpatch
===================================================================
--- trunk/debian/patches/01-no-64bit-guest.dpatch 2008-06-23 16:30:41 UTC (rev 304)
+++ trunk/debian/patches/01-no-64bit-guest.dpatch 2008-06-24 20:54:21 UTC (rev 305)
@@ -13,7 +13,7 @@
;;
esac
- BUILD_CPU=`uname -m`
-+ BUILD_CPU=`dpkg-architecture -qDEB_HOST_ARCH_CPU`
++ BUILD_CPU=`dpkg-architecture -qDEB_HOST_GNU_CPU`
[ "$OS" = "solaris" ] && BUILD_CPU=`isainfo | cut -f 1 -d ' '`
case "$BUILD_CPU" in
i[3456789]86|x86|i86pc)
More information about the Pkg-virtualbox-commits
mailing list