Changeset 634 for trunk/gui


Ignore:
Timestamp:
Mar 20, 2007 3:08:11 PM (17 years ago)
Author:
dkearney
Message:

adding full path name for rappture executables.

Location:
trunk/gui/apps
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/rappture.in

    r632 r634  
    1515# ======================================================================
    1616
    17 . rappture.env
     17RAPPTURE_INSTALL_DIR=@path@
     18
     19. $RAPPTURE_INSTALL_DIR/bin/rappture.env
    1820exec $RAPPTURE_INSTALL_DIR/bin/driver $*
  • trunk/gui/apps/simsim.in

    r633 r634  
    1010#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1111# ======================================================================
    12 #
    13 . rappture.env
    14 exec python simsim.py $*
     12
     13RAPPTURE_INSTALL_DIR=@path@
     14
     15. $RAPPTURE_INSTALL_DIR/bin/rappture.env
     16exec $RAPPTURE_INSTALL_DIR/bin/simsim.py $*
Note: See TracChangeset for help on using the changeset viewer.