View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#402
Originally Posted by cddiede View Post
Sounds like you're in a FAT32 volume that does not allow chmods.


As root, move your /home/user/apkenv directory to /opt.

Then you can chmod it as needed.
cddiede, I think he can try the step with one change..

after doing cd /home/user/apkenv he is doing ./apkenv /path/to/apk

he should change this to:

Code:
cd /home/user/apkenv
/home/user/apkenv /path/to/apk

I know of 2 users who got it to work this way...


Just my 2cents
 

The Following User Says Thank You to thedead1440 For This Useful Post: