diff options
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 2 |
1 files changed, 1 insertions, 1 deletions
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" |