From e08d4dffe02bd6bf4492e40c13d7017fd03f8c36 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 Aug 2008 13:47:44 +0200 Subject: bin/pkg: pkg_check: Don't check prerequisites --- bin/pkg | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index a4e664f..7abfb97 100755 --- a/bin/pkg +++ b/bin/pkg @@ -507,7 +507,6 @@ pkg_status () { pkg_check () { check_installed $1 cd $PDIR/$1 - check_prereqs $1 checklinks $CL_OPTIONS } -- cgit v1.2.3