diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-28 16:27:24 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-28 16:27:24 +0000 |
commit | e10db64a829b33f14ae2a51f36805666aa01961b (patch) | |
tree | 715f3e517569ed17a6a8f3885897953242abba60 /trunk/conf | |
parent | e8ab01389a02f64f7a7c5a01a96ca9ca568223da (diff) | |
download | simplepkg-e10db64a829b33f14ae2a51f36805666aa01961b.tar.gz simplepkg-e10db64a829b33f14ae2a51f36805666aa01961b.tar.bz2 |
attempting to fix #81
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@783 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/conf')
-rw-r--r-- | trunk/conf/simplepkg.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/conf/simplepkg.conf b/trunk/conf/simplepkg.conf index 841eddd..0c0fc73 100644 --- a/trunk/conf/simplepkg.conf +++ b/trunk/conf/simplepkg.conf @@ -106,6 +106,12 @@ MOVE_SLACK_REQUIRED="on" # characters only and no spaces. CREATEPKG_AUTHOR="" +# Set this to get author information automatically when creating a new mkbuild +MKBUILD_AUTHOR="" + +# Set this to get author initials automatically when creating a new mkbuild +MKBUILD_AUTHOR_INITIALS="" + # Whether createpkg should sign packages. SIGN_PACKAGES="off" |