forked from josch/mmdebstrap
hooks/setup00-merged-usr.sh: avoid for link_dir not having been set
This commit is contained in:
parent
259a188e06
commit
0fdf4673b9
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ if [ -e /usr/share/debootstrap/functions ]; then
|
||||||
MERGED_USR="yes"
|
MERGED_USR="yes"
|
||||||
setup_merged_usr
|
setup_merged_usr
|
||||||
else
|
else
|
||||||
|
link_dir=""
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
hurd-*) exit 0;;
|
hurd-*) exit 0;;
|
||||||
amd64) link_dir="lib32 lib64 libx32" ;;
|
amd64) link_dir="lib32 lib64 libx32" ;;
|
||||||
|
|
Loading…
Reference in a new issue