summaryrefslogtreecommitdiff
path: root/sysutils/apt/files/patch-dselect_install
blob: 3c724ec0df28b0f8a79b20bb5262eb1eaacabef7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- dselect/install.orig	Thu Mar  2 05:28:29 2006
+++ dselect/install	Wed Oct 25 15:17:58 2006
@@ -3,11 +3,11 @@
 # Set the textdomain for the translations using $"..."
 TEXTDOMAIN="apt"
 
-# Get the configuration from /etc/apt/apt.conf
+# Get the configuration from @PREFIX@/etc/apt/apt.conf
 CLEAN="prompt"
 OPTS="-f"
-APTGET="/usr/bin/apt-get"
-DPKG="/usr/bin/dpkg"
+APTGET="@PREFIX@/bin/apt-get"
+DPKG="@LOCALBASE@/bin/dpkg"
 DPKG_OPTS="--admindir=$1"
 APT_OPT0="-oDir::State::status=$1/status"
 APT_OPT1="-oDPkg::Options::=$DPKG_OPTS"