Skip to content

Commit 14d188a

Browse files
fix debootstrap
1 parent f850229 commit 14d188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/debootstrap/debootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export PATH
1010

1111
###########################################################################
1212

13-
if [ -d ../../core ]; then
13+
if [ -d core ] || [ -d ../../core ]; then
1414
DEBOOTSTRAP_DIR="core/debootstrap"
1515
else
1616
if [ -z "$DEBOOTSTRAP_DIR" ]; then

0 commit comments

Comments
 (0)