View Single Post
Posts: 43 | Thanked: 38 times | Joined on May 2011 @ /dev/ttyS0
#53
Originally Posted by Musta susi View Post

Data files will be now extracted to /home/user/MyDocs/stratagus/stargus so Stargus will not spend space on /opt.

To be fair, I'd prefer to stay with the /opt dir for heavy games, since I have the Vanilla EmmC - what means the space on MyDocs has been decreased in order to extend the /opt and I need the space in MyDocs for music. Can I tell it in which path to look for the files?
You could just symlink it... so it thinks it's installing to /home, but is really installing to /opt...

# mkdir /opt/stratagus
# ln -s /opt/stratagus /home/user/MyDocs/stratagus

...then try the install again.

Last edited by morbid; 2011-06-10 at 23:05.