diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-18 19:22:47 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-18 19:22:47 +0000 |
commit | 1792b8f5f023242a06e45a343a280889dea0dd5b (patch) | |
tree | 142dc3511085fd98b716b17a5390b610878e92f7 /trunk/src | |
parent | 7e1b02c18e197ef37b09c15631fba20bd13b6a54 (diff) | |
download | simplepkg-1792b8f5f023242a06e45a343a280889dea0dd5b.tar.gz simplepkg-1792b8f5f023242a06e45a343a280889dea0dd5b.tar.bz2 |
enhancements on repo_gpg_key and other minor changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@689 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-rw-r--r-- | trunk/src/createpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 6c0a4df..2344a1b 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -141,7 +141,7 @@ function solve_dep { # Check package in local system PACK="`echo $PACK | sed -e 's/\+/\\\+/'`" - INSTALLED=`eval "ls /var/log/packages/ | grep -E '^$PACK-[^-]+-[^-]+-[^-]+$'"` + INSTALLED="`check_installed $PACK`" CHECK=$? # TODO: check dependency versions |