Skip to content

Commit

Permalink
bump(main/debootstrap): 1.0.138
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Nov 28, 2024
1 parent 66cf93b commit 8a619be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/debootstrap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Bootstrap a basic Debian system"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE_FILE="debian/copyright"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.0.137"
TERMUX_PKG_VERSION="1.0.138"
TERMUX_PKG_SRCURL=https://deb.debian.org/debian/pool/main/d/debootstrap/debootstrap_${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=666927457ee4b0b3e68e55a0efbf3fb69189610b7abbd534017d7032cb3ae833
TERMUX_PKG_SHA256=e8e8b72388b6e5ced65d1b5e69ce0b9e13f4813da0c328a52add57ee5f79430a
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="binutils | binutils-is-llvm, perl, proot, sed, wget"
TERMUX_PKG_BUILD_IN_SRC=true
Expand Down
4 changes: 2 additions & 2 deletions packages/debootstrap/functions.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
--- a/functions
+++ b/functions
@@ -231,6 +231,9 @@
@@ -236,6 +236,9 @@
}

detect_container () {
+ #termux
+ return
+
if [ "$container" = lxc ]; then
if [ "${container-}" = lxc ]; then
CONTAINER="lxc"
elif [ "$container" = mmdebstrap-unshare ]; then
@@ -1026,7 +1029,7 @@
Expand Down

0 comments on commit 8a619be

Please sign in to comment.