abuild.conf: added PACKAGER

This commit is contained in:
Natanael Copa 2009-01-29 11:56:03 +00:00
parent 21cd6680ee
commit b529d81469

View File

@ -18,3 +18,7 @@ USE_COLORS=1
# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk
# where $repo is the name of the parent directory of $startdir.
#REPODEST=/var/lib/packages/
# PACKAGER is used to create new aports with 'abuild -n ...'
#PACKAGER="Your Name <your@email.address>"