From 4ad864462043c61d19861e4b7cacf6610ae9ce7f Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Thu, 29 Apr 2004 19:43:18 +0000 Subject: Imported from pacman-2.7.8.tar.gz --- etc/makepkg.conf | 5 ++++- etc/pacman.conf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'etc') 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 " diff --git a/etc/pacman.conf b/etc/pacman.conf index 07ef718d..6ecb832a 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -23,7 +23,7 @@ NoUpgrade = etc/fstab etc/raidtab NoUpgrade = etc/rc.conf etc/rc.local NoUpgrade = etc/modprobe.conf etc/modules.conf NoUpgrade = etc/lilo.conf boot/grub/menu.lst -#XferCommand = /usr/bin/wget --passive-ftp -c %u +#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u # # REPOSITORIES -- cgit v1.2.3-24-g4f1b