rev 7249 - trunk/packages/qt-x11-free/debian/patches

Sune Vuorela pusling-guest at alioth.debian.org
Wed Sep 26 23:08:40 UTC 2007


Author: pusling-guest
Date: 2007-09-26 23:08:40 +0000 (Wed, 26 Sep 2007)
New Revision: 7249

Modified:
   trunk/packages/qt-x11-free/debian/patches/72_dont_trust_uname-m_use_dpkg-arch_instead.dpatch
Log:
there is a slight difference in shell scripting between 
DPKG_ARCH and $DPKG_ARCH


Modified: trunk/packages/qt-x11-free/debian/patches/72_dont_trust_uname-m_use_dpkg-arch_instead.dpatch
===================================================================
--- trunk/packages/qt-x11-free/debian/patches/72_dont_trust_uname-m_use_dpkg-arch_instead.dpatch	2007-09-26 21:57:56 UTC (rev 7248)
+++ trunk/packages/qt-x11-free/debian/patches/72_dont_trust_uname-m_use_dpkg-arch_instead.dpatch	2007-09-26 23:08:40 UTC (rev 7249)
@@ -46,7 +46,7 @@
 +		UNAME_MACHINE="ppc"
 +	;;
 +	*)
-+		UNAME_MACHINE="DPKG_ARCH"
++		UNAME_MACHINE="$DPKG_ARCH"
 +	;;
 +
 +




More information about the pkg-kde-commits mailing list