Skip to content

Commit

Permalink
okm-menu: Treat as linux if /usr dir exist
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <[email protected]>
  • Loading branch information
Rem01Gaming committed Oct 10, 2024
1 parent 78e25fb commit a418b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/okm-menu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# Copyright (C) 2023-present Rem01Gaming

[ -d /data/data/com.termux ] && ANDROID=1
[ ! -d /usr ] && ANDROID=1
[ -z $PREFIX ] && PREFIX="/usr"

# Check dependencies
Expand Down

0 comments on commit a418b2b

Please sign in to comment.