aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-01-17 20:39:01 +0000
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-01-17 20:39:01 +0000
commitd8775bf06cb494ba70dacec6cb828e4adfca9921 (patch)
tree07b8d434632f59729667addb8e7aa1fb6afc1001 /src
parent2e8f7c457257d3741622a18e9d74b694901bee69 (diff)
downloadsimplepkg-d8775bf06cb494ba70dacec6cb828e4adfca9921.tar.gz
simplepkg-d8775bf06cb494ba70dacec6cb828e4adfca9921.tar.bz2
createpkg: correção do local INSTALLED...
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@106 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
-rw-r--r--src/createpkg2
1 files changed, 1 insertions, 1 deletions
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