Redefine NAME to be a shortname + description. This means the dedicated

DESC field is removed and pkgdesc/shortdesc is added to NAME instead.
This commit is contained in:
Tom G. Christensen 2008-03-09 15:51:32 +00:00
parent f38be83b81
commit 41f5645189
2 changed files with 1 additions and 3 deletions

View File

@ -117,9 +117,8 @@ pack_info()
-e "s#%%pkgcat%%#$pkgcat#g" \ -e "s#%%pkgcat%%#$pkgcat#g" \
-e "s#%%pkgvendor%%#$pkgvendor - packaged by $pkgedby#g" \ -e "s#%%pkgvendor%%#$pkgvendor - packaged by $pkgedby#g" \
-e "s#%%pkgver%%#$pkgver#g" \ -e "s#%%pkgver%%#$pkgver#g" \
-e "s#%%name%%#$name#g" \ -e "s#%%name%%#$name - $pkgdesc#g" \
-e "s#%%topinstalldir%%#$topinstalldir#g" \ -e "s#%%topinstalldir%%#$topinstalldir#g" \
-e "s#%%pkgdesc%%#$pkgdesc#g" \
-e "s#%%pstamp%%#$pstamp#g" \ -e "s#%%pstamp%%#$pstamp#g" \
-e "s#%%email%%#$email#g" \ -e "s#%%email%%#$email#g" \
-e "s#%%maxinst%%#$maxinst#g" \ -e "s#%%maxinst%%#$maxinst#g" \

View File

@ -8,5 +8,4 @@ EMAIL="%%email%%"
PSTAMP="%%pstamp%%" PSTAMP="%%pstamp%%"
BASEDIR="%%topinstalldir%%" BASEDIR="%%topinstalldir%%"
CLASSES="none" CLASSES="none"
DESC="%%pkgdesc%%"
MAXINST="%%maxinst%%" MAXINST="%%maxinst%%"