Changeset 1426 for trunk


Ignore:
Timestamp:
Apr 28, 2009 10:30:40 AM (15 years ago)
Author:
dkearney
Message:

RAPPTURE_INSTALL_DIR was changed to destdir a while back, this changes it in
the python bindings as well. this fixes python not being able to find rappture
when you try to "import Rappture"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/python/Makefile.in

    r1111 r1426  
    2424               --include-dirs=$(srcdir)/../../src/core:$(includedir)
    2525PYTHON_VERSION  = @PYTHON_VERSION@
    26 pythonlib       = $$RAPPTURE_INSTALL_DIR/lib/python$(PYTHON_VERSION)/site-packages
     26pythonlib       = $$destdir/lib/python$(PYTHON_VERSION)/site-packages
    2727envfile         = python.env
    2828
Note: See TracChangeset for help on using the changeset viewer.