View Single Post
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#55
Originally Posted by morbid View Post
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.
You can't make a symlink on mydocs unless you change it's filesystem type to linux(ext3, ext4 etc.)