diff options
author | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2007-12-02 01:10:57 +0000 |
---|---|---|
committer | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2007-12-02 01:10:57 +0000 |
commit | b323fe88f976fe2c5ca75fafba1e689b81e7fa3a (patch) | |
tree | ce894000049a3aed06299e2eb57b32f7db91c588 /trunk/src/createpkg | |
parent | 76cb2a284631a2354a368320234b16f4316fd137 (diff) | |
download | simplepkg-b323fe88f976fe2c5ca75fafba1e689b81e7fa3a.tar.gz simplepkg-b323fe88f976fe2c5ca75fafba1e689b81e7fa3a.tar.bz2 |
bugfixes - ver CHANGELOG
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@462 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-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 a08750e..5b5cf21 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -351,7 +351,7 @@ if [ ! -z "$SLACK_REQUIRED" -a $NO_DEPS -ne $on ]; then PROGRAM="`echo $dep | awk '{ print $1 }'`" CONDITION="`echo $dep | awk '{ print $2 }' | tr [=\>\<] [egl]`" VERSION="`echo $dep | awk '{ print $3 }' | tr -dc '[:digit:]'`" - solve_dep $PROGRAM $CONDITION $VERSION + solve_dep "$PROGRAM" "$CONDITION" "$VERSION" fi true done ) |