commit c873950ef7846ed44b54b479a8a5f3161b10eaec
parent ff9f31861224857f88f03c33f3479278fe35bf88
Author: parazyd <parazyd@dyne.org>
Date: Mon, 19 Jun 2017 12:27:28 +0200
Revert "override $PATH to use the bundled debootstrap"
This reverts commit 58fe65a7193d78ec64d223c865d4479ece41275d.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/config b/config
@@ -26,9 +26,6 @@ vars+=(usercredentials rootcredentials)
arrs+=(core_packages base_packages purge_packages blend_packages)
-## overrides the system's debootstrap if there is one
-export PATH="$LIBPATH/extra/debootstrap:$PATH"
-
## enable local apt cache
APT_CACHE=${APT_CACHE:-0}
aptcachedir="$LIBPATH/apt-cache"