View Single Post
Khertan's Avatar
Posts: 1,012 | Thanked: 817 times | Joined on Jul 2007 @ France
#2
Depends where you want to put it ?

If it s in the debian/rules file, the answer is no. Else you can.


#!/bin/sh
export LD_LIBRARY_PATH=/usr/local/my_lib:$LD_LIBRARY_PATH
exec /usr/lib/python2.5/site-packages/mywonderfullsoftware.py
 

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