diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2009-12-20 15:24:00 +0059 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 17:37:02 +0100 |
commit | d47031878a2221b24e7c9c823ab663996082f890 (patch) | |
tree | e7213be99a517efa1f5e445a13dec7b7ba7fc03a | |
parent | 1d6ce6217064f0ce3945fb08a33cc491985a9d12 (diff) |
fix pasto
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
-rw-r--r-- | package/pkgmaker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkgmaker b/package/pkgmaker index 7637abc88..643d26024 100644 --- a/package/pkgmaker +++ b/package/pkgmaker @@ -100,7 +100,7 @@ for dn in */Makefile; do eval desc=\$PKGDESC_$spcu # desc: subpackage description : ${desc:=$PKG_DESCR} # take from main pkg if empty eval deps=\$PKGDEPS_$spcu # deps: subpackage dependencies - eval xline=\$PKGDESC_$spcu # xline: one free-format line + eval xline=\$CFLINE_$spcu # xline: one free-format line if [[ $spcu = LIB* ]]; then h=5 # divert to Config.in.lib |