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>
11 lines
339 B
Text
11 lines
339 B
Text
--- 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`;
|