Revert using pkgdesc|shortdesc in NAME.
NAME should interpret the condensed name in PKG. pkgdesc|shortdesc describes what the package does and that belongs in DESC.
This commit is contained in:
parent
f1c912031f
commit
fdb938e48b
@ -136,8 +136,9 @@ pack_info()
|
||||
-e "s#%%pkgcat%%#$pkgcat#g" \
|
||||
-e "s#%%pkgvendor%%#$pkgvendor - packaged by $pkgedby#g" \
|
||||
-e "s#%%pkgver%%#$pkgver#g" \
|
||||
-e "s#%%name%%#$name - $pkgdesc#g" \
|
||||
-e "s#%%name%%#$name#g" \
|
||||
-e "s#%%topinstalldir%%#$topinstalldir#g" \
|
||||
-e "s#%%pkgdesc%%#$pkgdesc#g" \
|
||||
-e "s#%%pstamp%%#$pstamp#g" \
|
||||
-e "s#%%email%%#$email#g" \
|
||||
-e "s#%%maxinst%%#$maxinst#g" \
|
||||
|
@ -8,4 +8,5 @@ EMAIL="%%email%%"
|
||||
PSTAMP="%%pstamp%%"
|
||||
BASEDIR="%%topinstalldir%%"
|
||||
CLASSES="none"
|
||||
DESC="%%pkgdesc%%"
|
||||
MAXINST="%%maxinst%%"
|
||||
|
Loading…
x
Reference in New Issue
Block a user