View Single Post
Old 02-01-2015, 06:13 AM   #11
bambuko
Connoisseur
bambuko began at the beginning.
 
Posts: 62
Karma: 10
Join Date: Feb 2014
Device: Kobo mini, Kobo Clara HD
I know it is an old thread, but it just helped me to install Calibre Portable (Linux version) on usb HDD. The only change I had to do to Calibre-Portable.sh to make it work was:
Code:
echo "Starting up Calibre"
echo `pwd`
# original: calibre --with-library "$CALIBRE_LIBRARY_DIRECTORY"
# below modified to make it portable
"`pwd`/calibre" --with-library "$CALIBRE_LIBRARY_DIRECTORY"

Thank you!
bambuko is offline   Reply With Quote