mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
587 B

  1. The python files need to be installed into the site-packages dir,
  2. otherwise python will rebuild them (since they are not external)
  3. which results in shared files.
  4. - Rene Rebe <rene@rocklinux.org>
  5. --- paragui-1.0.4/bindings/python/Makefile.in.orig 2003-11-24 17:34:54.000000000 +0100
  6. +++ paragui-1.0.4/bindings/python/Makefile.in 2003-11-24 17:33:36.000000000 +0100
  7. @@ -132,7 +132,7 @@
  8. OBJECTS = paraguic_wrap.o
  9. -parapythondir = $(PYTHON_LIB_DIR)
  10. +parapythondir = $(PYTHON_LIB_DIR)/site-packages
  11. parapython_DATA = paraguicmodule.so paragui.py paragui.pyc paragui.pyo