From d8775bf06cb494ba70dacec6cb828e4adfca9921 Mon Sep 17 00:00:00 2001 From: rudson Date: Wed, 17 Jan 2007 20:39:01 +0000 Subject: [PATCH] =?utf8?q?createpkg:=20corre=C3=A7=C3=A3o=20do=20local=20I?= =?utf8?q?NSTALLED...?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@106 04377dda-e619-0410-9926-eae83683ac58 --- src/createpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/createpkg b/src/createpkg index 2a94be2..42125c9 100644 --- a/src/createpkg +++ b/src/createpkg @@ -162,7 +162,7 @@ function solve_dep { local VER="$3" # Check package in local system - local INSTALLED=`eval "ls /var/log/packages/ | egrep '^$PACK-[^-]+-[^-]+-[^-]+$'"` + INSTALLED=`eval "ls /var/log/packages/ | egrep '^$PACK-[^-]+-[^-]+-[^-]+$'"` # TODO: Make check version procedures if [ -z "$INSTALLED" ]; then -- 2.39.5