diff options
author | dancer <dancer> | 2003-03-11 05:44:57 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-03-11 05:44:57 +0000 |
commit | 64c731f0aaf0aa96698d08f9e785a34c5c273482 (patch) | |
tree | 60831a7a6bf9988fbf9b5337466df46b4c2bcd37 /pbuilder-satisfydepends | |
parent | 64711a7274bff8602549f2644094dabd2b14f005 (diff) | |
download | pbuilder-64c731f0aaf0aa96698d08f9e785a34c5c273482.tar pbuilder-64c731f0aaf0aa96698d08f9e785a34c5c273482.tar.gz |
fix satisfydepends
Diffstat (limited to 'pbuilder-satisfydepends')
-rw-r--r-- | pbuilder-satisfydepends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends index 1af42c6..18e4cc1 100644 --- a/pbuilder-satisfydepends +++ b/pbuilder-satisfydepends @@ -98,7 +98,7 @@ tolower($0) ~ /^'"${BD_REGEXP}"':/ {p=1} fi if echo "$INSTALLPKG" | grep '[(]' > /dev/null; then #echo "Debug: $INSTALLPKG" - if ! checkbuilddep_versiondeps "${CURRENTREALPKGNAME}" \ + if ! checkbuilddep_versiondeps ${CURRENTREALPKGNAME} \ $(echo "$INSTALLPKG" | tr "/" " " | sed 's/^.*([ ]*\(<<\|<=\|>=\|=\|<\|>>\|>\)[ ]*\(.*\)).*$/\1/') \ $(echo "$INSTALLPKG" | tr "/" " " | sed 's/^.*([ ]*\(<<\|<=\|>=\|=\|<\|>>\|>\)[ ]*\(.*\)).*$/\2/') ; then echo " -> Does not satisfy version, not trying" |