forked from josch/mmdebstrap
hooks/merged-usr: workaround not necessary anymore since debootstrap 1.0.125
This commit is contained in:
parent
790294ddca
commit
a238d90774
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ if [ -e /usr/share/debootstrap/functions ]; then
|
||||||
. /usr/share/debootstrap/functions
|
. /usr/share/debootstrap/functions
|
||||||
doing_variant () { [ $1 != "buildd" ]; }
|
doing_variant () { [ $1 != "buildd" ]; }
|
||||||
MERGED_USR="yes"
|
MERGED_USR="yes"
|
||||||
# until https://salsa.debian.org/installer-team/debootstrap/-/merge_requests/48 gets merged
|
|
||||||
link_dir=""
|
|
||||||
setup_merged_usr
|
setup_merged_usr
|
||||||
else
|
else
|
||||||
link_dir=""
|
link_dir=""
|
||||||
|
|
Loading…
Reference in a new issue