From 9947b5783ff089f7c472ef97fa0b114e658fd5b6 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 3 Sep 2010 14:27:24 -0700 Subject: fix for squeeze dpkg --- hook-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hook-functions') diff --git a/hook-functions b/hook-functions index e86f5f2..cfabe50 100644 --- a/hook-functions +++ b/hook-functions @@ -444,7 +444,7 @@ check_minkver() curversion="${1}" initdir="${2}" if [ -z "${initdir}" ]; then - DPKG_ARCH=$(dpkg --print-installation-architecture) + DPKG_ARCH=$(dpkg --print-architecture) case ${DPKG_ARCH} in ia64|hppa) minversion="2.6.15" -- cgit v1.2.3