View Single Post
Old 11-16-2008, 11:20 PM   #11
erayd
Zealot
erayd doesn't littererayd doesn't litter
 
Posts: 134
Karma: 146
Join Date: Apr 2008
Device: Onyx Boox Poke 2
Code:
osiris:/# cat /usr/bin/calibre-debug
#!/bin/bash
frozen_path=/opt/calibre
export ORIGWD=`pwd`
export LD_LIBRARY_PATH=$frozen_path:$LD_LIBRARY_PATH
cd $frozen_path
./calibre-debug "$@"
osiris:/#
erayd is offline   Reply With Quote