summaryrefslogtreecommitdiffstats
path: root/etc/makepkg.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2004-04-29 21:43:18 +0200
committerJudd Vinet <judd@archlinux.org>2004-04-29 21:43:18 +0200
commit4ad864462043c61d19861e4b7cacf6610ae9ce7f (patch)
tree9452939bf7d7b647e0d6c8b5876810f47fad2e4e /etc/makepkg.conf
parent4cb6a179b3b23fff7208628438d59783e9e65dfc (diff)
downloadpacman-4ad864462043c61d19861e4b7cacf6610ae9ce7f.tar.gz
pacman-4ad864462043c61d19861e4b7cacf6610ae9ce7f.tar.xz
Imported from pacman-2.7.8.tar.gz
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>"