Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
17 lines
540 B
Text
17 lines
540 B
Text
--- 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"
|