[releng] sample-tarball.jhbuildrc: Don't set libdir; main jhbuild handles that just fine



commit 3a7be42901720253af89adceee0f1a908bf33d32
Author: Colin Walters <walters verbum org>
Date:   Sat Jul 30 12:54:16 2011 -0400

    sample-tarball.jhbuildrc: Don't set libdir; main jhbuild handles that just fine

 tools/smoketesting/sample-tarball.jhbuildrc |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/tools/smoketesting/sample-tarball.jhbuildrc b/tools/smoketesting/sample-tarball.jhbuildrc
index 806980b..fb59db8 100644
--- a/tools/smoketesting/sample-tarball.jhbuildrc
+++ b/tools/smoketesting/sample-tarball.jhbuildrc
@@ -21,10 +21,6 @@ checkoutroot = os.path.join(os.environ['HOME'], 'releases', moduleset)
 
 # the prefix to configure/install modules to (must have write access)
 prefix = os.path.join(checkoutroot, 'install')
-if os.path.exists('/usr/lib64'):
-  libdir = os.path.join(prefix, 'lib64')
-else:
-  libdir = os.path.join(prefix, 'lib')
 
 # extra arguments to pass to all autogen.sh scripts
 # to speed up builds of gnome2, try '--disable-static --disable-gtk-doc'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]