diff options
author | Matt Smith <mcs@darkregion.net> | 2011-04-14 00:24:43 -0500 |
---|---|---|
committer | Matt Smith <mcs@darkregion.net> | 2011-04-14 00:24:43 -0500 |
commit | 55af44f0267511f28f74362bbadef048606817e5 (patch) | |
tree | 7882611f56bec376545977646dcaea32e8e9f911 | |
parent | 54ca2cb82aafc43e77dff1bacb80ed25a55f6ae7 (diff) | |
download | abuild-55af44f0267511f28f74362bbadef048606817e5.tar.gz abuild-55af44f0267511f28f74362bbadef048606817e5.tar.bz2 abuild-55af44f0267511f28f74362bbadef048606817e5.tar.xz abuild-55af44f0267511f28f74362bbadef048606817e5.zip |
abuild.conf: updated comment about PACKAGER/newapkbuild
-rw-r--r-- | abuild.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.conf b/abuild.conf index 21a3f45..6299b4d 100644 --- a/abuild.conf +++ b/abuild.conf @@ -30,6 +30,6 @@ SRCDEST=/var/cache/distfiles # 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 is used to create new aports with 'newapkbuild ...' #PACKAGER="Your Name <your@email.address>" |