From d8775bf06cb494ba70dacec6cb828e4adfca9921 Mon Sep 17 00:00:00 2001 From: rudson Date: Wed, 17 Jan 2007 20:39:01 +0000 Subject: createpkg: correção do local INSTALLED... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(-) (limited to 'src/createpkg') 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 -- cgit v1.2.3