mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
dbc44398c0
installation ordering, multiple source capability and several other unique features. WWW: http://packages.debian.org/apt PR: ports/105563 Submitted by: Nick Barkas <snb at threerings.net>
12 lines
339 B
Plaintext
12 lines
339 B
Plaintext
--- dselect/setup.orig Thu Mar 2 05:33:56 2006
|
|
+++ dselect/setup Wed Oct 25 15:18:38 2006
|
|
@@ -23,7 +23,7 @@
|
|
my $vardir=$ARGV[0];
|
|
my $method=$ARGV[1];
|
|
my $option=$ARGV[2];
|
|
-my $config_file = '/etc/apt/sources.list';
|
|
+my $config_file = '@PREFIX@/etc/apt/sources.list';
|
|
|
|
my $boldon=`setterm -bold on`;
|
|
my $boldoff=`setterm -bold off`;
|