diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-12 00:03:52 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-12 00:03:52 -0600 |
commit | 179acc5b66a610a4e9bf584e1b613b886e12cec0 (patch) | |
tree | 2301fbe2bdc4a0b4ee454179c330d3c1bb221b3d | |
parent | 87d3436dbd6fe5f3aeb7880d1596aa7a5c6e7905 (diff) |
Add potential BUILDSCRIPT config setting
This may get removed from makepkg.conf in the future,
so let's make sure we cover our ass
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rw-r--r-- | config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ FTP_BASE="/srv/ftp" SVN_PATH="file:///srv/svn-packages" STAGING="$HOME/staging" TMPDIR="/srv/tmp" +# To be used if $BUILDSCRIPT is removed from makepkg.conf +#BUILDSCRIPT="PKGBUILD" |