freebsd-ports/sysutils/apt/files/patch-dselect_install
Martin Wilke dbc44398c0 APT is the Debian project's advanced front-end for dpkg. APT features complete
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>
2007-02-11 23:00:35 +00:00

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"