Skip to content

Commit

Permalink
Fixed missing /data/local on v1
Browse files Browse the repository at this point in the history
  • Loading branch information
j005u committed May 25, 2022
1 parent b9e72d0 commit d66ac3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ipk/control/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: wtfos-modloader
Version: 0.1.2
Version: 0.1.3
Maintainer: Joonas Trussmann <[email protected]>
Description: Configurable LD_PRELOAD injector for DJI services
Architecture: armv7-3.2
Expand Down
4 changes: 4 additions & 0 deletions ipk/control/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ fi

cd /system/bin

#this directory is required by modloader
#it's used during the find in /etc/preload.d/ for tmp storage(?)
mkdir -p /data/local

for filename in dji_*; do
#we don't care about bash scripts
if [[ $filename == *.sh ]]; then
Expand Down

0 comments on commit d66ac3c

Please sign in to comment.