Skip to content

Commit

Permalink
fix issue at rooting where root is pre-installed
Browse files Browse the repository at this point in the history
  • Loading branch information
sztupy committed Dec 21, 2010
1 parent 798b5fb commit bc3c9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steamext.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ extern char **environ;
int apply_ln(char* name) {
char n[128];
sprintf(n,"/system/xbin/%s",name);
unlink(n);
return symlink("/system/xbin/busybox",n);
}

Expand Down

0 comments on commit bc3c9af

Please sign in to comment.