summaryrefslogtreecommitdiffstats
path: root/etc/makepkg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/makepkg.conf')
-rw-r--r--etc/makepkg.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/makepkg.conf b/etc/makepkg.conf
index af29d74d..0d0809a0 100644
--- a/etc/makepkg.conf
+++ b/etc/makepkg.conf
@@ -28,6 +28,9 @@ export USE_FAKEROOT="y"
# Enable colorized output messages
export USE_COLOR="n"
-# if you want your name to show up in the packages you build, set this.
+# Specify a fixed directory where all packages will be placed
+#export PKGDEST=/home/packages
+
+# If you want your name to show up in the packages you build, set this.
#export PACKAGER="John Doe <john@doe.com>"