From 2d46430151458ef17a9395a030ca081b2da549d4 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 7 Mar 2001 09:52:53 +0000 Subject: Special-case digest the same way as pkg_install to avoid chicken-and-egg problem. Patch by Alistair Crooks. --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 3820f01d7de..823e8fe1d46 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.678 2001/03/07 00:26:26 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.679 2001/03/07 09:52:53 wiz Exp $ # # This file is in the public domain. # @@ -702,7 +702,7 @@ uptodate-pkgtools: ${_PKG_SILENT}${_PKG_DEBUG} \ if [ ${PKGTOOLS_VERSION} -lt ${PKGTOOLS_REQD} ]; then \ case ${PKGNAME} in \ - pkg_install-*) \ + digest-*|pkg_install-*) \ ;; \ *) \ ${ECHO} "Your package tools need to be updated to ${PKGTOOLS_REQD:C|(....)(..)(..)|\1/\2/\3|} versions."; \ -- cgit v1.2.3