aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends
diff options
context:
space:
mode:
authordancer <dancer>2003-03-11 05:44:57 +0000
committerdancer <dancer>2003-03-11 05:44:57 +0000
commit64c731f0aaf0aa96698d08f9e785a34c5c273482 (patch)
tree60831a7a6bf9988fbf9b5337466df46b4c2bcd37 /pbuilder-satisfydepends
parent64711a7274bff8602549f2644094dabd2b14f005 (diff)
downloadpbuilder-64c731f0aaf0aa96698d08f9e785a34c5c273482.tar
pbuilder-64c731f0aaf0aa96698d08f9e785a34c5c273482.tar.gz
fix satisfydepends
Diffstat (limited to 'pbuilder-satisfydepends')
-rw-r--r--pbuilder-satisfydepends2
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"