Changeset 1738 for trunk/instant


Ignore:
Timestamp:
May 24, 2010, 5:23:43 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant/irappture.in

    r1730 r1738  
    1616# ======================================================================
    1717
    18 prefix          = @prefix@
    19 exec_prefix     = @exec_prefix@
    20 bindir          = @bindir@
    21 libdir          = @libdir@
    22 datadir         = @datadir@
    23 datarootdir     = @datarootdir@
    24 mandir          = @mandir@
    25 includedir      = @includedir@
    26 prefix          = @prefix@
    27 TCL_VERSION     = @TCL_VERSION@
     18prefix=@prefix@
     19exec_prefix=@exec_prefix@
     20bindir=@bindir@
     21libdir=@libdir@
     22TCL_VERSION=@TCL_VERSION@
    2823
    2924. ${bindir}/rappture.env
    30 exec ${bindir}/bin/wish${TCL_VERSION} ${libdir}/lib/instant/main.tcl $*
     25exec ${bindir}/wish${TCL_VERSION} ${libdir}/instant/main.tcl $*
Note: See TracChangeset for help on using the changeset viewer.