瀏覽代碼

fix pasto

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Thorsten Glaser 14 年之前
父節點
當前提交
d47031878a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/pkgmaker

+ 1 - 1
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