diff --git a/chocpkg/chocpkg b/chocpkg/chocpkg index d15e138..df18fb7 100755 --- a/chocpkg/chocpkg +++ b/chocpkg/chocpkg @@ -52,7 +52,7 @@ basic_setup . "$CHOCPKG_ROOT/buildenv.sh" dependencies() { - DEPENDENCIES+="$*" + DEPENDENCIES+=" $*" } # Given a package name, find the pkgdef file associated with it, source