From 28aca444a282d23c79e932120cf7db04fdedb7eb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 8 Mar 2007 06:55:22 +0000 Subject: * Updated Italian translation Giovanni Scafora * 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. --- etc/makepkg.conf.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/makepkg.conf.in') 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 " -- cgit v1.2.3-54-g00ecf