aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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