summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/pkgmaker2
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