summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-03-08 07:55:22 +0100
committerDan McGee <dan@archlinux.org>2007-03-08 07:55:22 +0100
commit28aca444a282d23c79e932120cf7db04fdedb7eb (patch)
treee1b8fbe57b1f9c1531d85f4c5c18de1f98c15b0c /etc
parent3461786b19159de60aeea74e0fd55b588a01cca2 (diff)
downloadpacman-28aca444a282d23c79e932120cf7db04fdedb7eb.tar.gz
pacman-28aca444a282d23c79e932120cf7db04fdedb7eb.tar.xz
* Updated Italian translation
Giovanni Scafora <linuxmania@gmail.com> * Changed default SRCDEST in makepkg.conf. Two reasons: 1) consistency with PKGDEST in /home/packages 2) building packages as root is NOT recommended, so no reason to ever encourage this use by caching source in a dir with root permissions Yes, we may all do this differently and build our packages in other directories. But that is why they are variables and can be set anyway.
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 13427f5d..68e9c5b6 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -66,10 +66,12 @@ DOC_DIRS=(usr/{,share/}{info,doc} opt/gnome/{,share/}{info,doc,gtk-doc})
# PACKAGE OUTPUT
#########################################################################
#
+# Default: put built package and cached source in build directory
+#
#-- Destination: specify a fixed directory where all packages will be placed
#PKGDEST=/home/packages
#-- Source cache: specify a fixed directory where source files will be cached
-#SRCDEST=/var/cache/pacman/src
+#SRCDEST=/home/sources
#-- Packager: name/email of the person or organization building packages
#PACKAGER="John Doe <john@doe.com>"