mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-11-13 00:24:14 +00:00
Add missing space when setting DEPENDENCIES var.
This commit is contained in:
parent
33306ccdb4
commit
b0d8289d5e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ basic_setup
|
||||||
. "$CHOCPKG_ROOT/buildenv.sh"
|
. "$CHOCPKG_ROOT/buildenv.sh"
|
||||||
|
|
||||||
dependencies() {
|
dependencies() {
|
||||||
DEPENDENCIES+="$*"
|
DEPENDENCIES+=" $*"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Given a package name, find the pkgdef file associated with it, source
|
# Given a package name, find the pkgdef file associated with it, source
|
||||||
|
|
Loading…
Reference in a new issue