26 Sep 2009 16:47
How about add something to auto populate OTHERPORT?
I think it can reduce the work of maintaining copy-files
when put some ports into a bundle pbi, something like
mutt+getmail/fetchmail+msmtp+procmail+gnupg+...
Regards,
loader
--- 3.makepbi.sh.orig 2009-09-20 20:19:07.000000000 +0800
+++ 3.makepbi.sh 2009-09-21 15:16:09.000000000 +0800
<at> <at> -41,6 +41,7 <at> <at>
# Unset the PBIVERSION
PBIVERSION="" ; export PBIVERSION
PBIAUTOPOPULATE="" ; export PBIAUTOPOPULATE
+PBIAUTOPOPULATE_OTHERPORT="" ; export PBIAUTOPOPULATE_OTHERPORT
INMATEVER="" ; export INMATEVER
BUILDINMATE="" ; export BUILDINMATE
<at> <at> -123,6 +124,19 <at> <at>
else
/autopopulate.sh "${PKGNAME}" "${PBILOCALBASE}" "${PBIDIR}"
fi
+
+ # Perform PBI auto-population for OTHERPORT
+ if [ "${PBIAUTOPOPULATE_OTHERPORT}" = "YES" -o "${PBIAUTOPOPULATE_OTHER}" = "ON" ]
+ then
+ while read line
+ do
+ if [ ! -z "$line" -a "$line" != " " ]
+ then
(Continue reading)
RSS Feed