~ubuntu-branches/ubuntu/precise/code-saturne/precise

« back to all changes in this revision

Viewing changes to debian/patches/pypathissue.diff

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2011-11-24 00:00:08 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20111124000008-2vo99e38267942q5
Tags: 2.1.0-3
Install a missing file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: code-saturne-2.0.0.rc1/configure.ac
2
 
===================================================================
3
 
--- code-saturne-2.0.0.rc1.orig/configure.ac    2010-02-24 18:05:28.000000000 +0100
4
 
+++ code-saturne-2.0.0.rc1/configure.ac 2010-02-24 18:05:45.000000000 +0100
5
 
@@ -447,7 +447,7 @@
6
 
 path = app.applicationDirPath()
7
 
 sys.stdout.write(path)]"
8
 
 
9
 
-    PYPATH=`${PYTHON} -c "${prog}"`
10
 
+    PYPATH=$PATH:`${PYTHON} -c "${prog}"`
11
 
 
12
 
   else
13
 
     PYPATH=${PYQT4_EXE}