11763 make install noise / packages failure for ldtp if PYTHONPATH set
authorShawn Walker <srw@sun.com>
Tue, 06 Oct 2009 14:47:24 -0500
changeset 1394 38c552cdcfbf
parent 1393 9b3215e73a41
child 1395 2465b8d261e0
11763 make install noise / packages failure for ldtp if PYTHONPATH set 11765 src/brand/support should be added to .hgignore
.hgignore
src/setup.py
--- a/.hgignore	Tue Oct 06 10:59:22 2009 -0700
+++ b/.hgignore	Tue Oct 06 14:47:24 2009 -0500
@@ -15,6 +15,7 @@
 # Specific build products
 ^src/extern/.*
 ^src/brand/fmri_compare$
+^src/brand/support$
 ^src/gui/data/addmoresoftware.desktop$
 ^src/gui/data/packagemanager-preferences.schemas$
 ^src/gui/data/packagemanager.desktop$
--- a/src/setup.py	Tue Oct 06 10:59:22 2009 -0700
+++ b/src/setup.py	Tue Oct 06 14:47:24 2009 -0500
@@ -613,7 +613,8 @@
                 print "installing %s" % swname
                 args_config = ['./configure',
                     '--prefix=/usr',
-                    '--bindir=/usr/bin'
+                    '--bindir=/usr/bin',
+                    'PYTHONPATH=""',
                        ]
                 args_make_install = ['make', 'install', 
                     'DESTDIR=%s' % root_dir