Skip to content

Commit 97236f9

Browse files
create directory in DEFAULT_FS_INSTALL_DIR
1 parent f52612f commit 97236f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udroid/src/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ install() {
169169
LOG "Extracting $name.tar.$ext"
170170

171171
# create $name directory
172-
mkdir -p $name
172+
mkdir -p $DEFAULT_FS_INSTALL_DIR/$name
173173

174174
# call proot extract
175175
msg_extract "$DEFAULT_FS_INSTALL_DIR/$name"

0 commit comments

Comments
 (0)