From: <ror...@us...> - 2007-09-20 06:36:12
|
Revision: 179 http://roreditor.svn.sourceforge.net/roreditor/?rev=179&view=rev Author: rorthomas Date: 2007-09-19 23:36:08 -0700 (Wed, 19 Sep 2007) Log Message: ----------- added missing startup script for linux Added Paths: ----------- trunk/rortoolkit Added: trunk/rortoolkit =================================================================== --- trunk/rortoolkit (rev 0) +++ trunk/rortoolkit 2007-09-20 06:36:08 UTC (rev 179) @@ -0,0 +1,3 @@ +#!/bin/sh +export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./linux" +python rortoolkit.py $@ Property changes on: trunk/rortoolkit ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |