[cig-commits] [commit] baagaard/binary-packaging: Use top_srcdir instead of abs_top_srcdir (more robust). (84680c8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Oct 21 13:49:19 PDT 2013


Repository : ssh://geoshell/pylith

On branch  : baagaard/binary-packaging
Link       : https://github.com/geodynamics/pylith/compare/d5dd0dcd3e7f9adf371e85dfbcd7f46d00005760...84680c8c72bfea7b67c18344f241333428882cdd

>---------------------------------------------------------------

commit 84680c8c72bfea7b67c18344f241333428882cdd
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Mon Oct 21 13:51:32 2013 -0700

    Use top_srcdir instead of abs_top_srcdir (more robust).


>---------------------------------------------------------------

84680c8c72bfea7b67c18344f241333428882cdd
 packager/make_package.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packager/make_package.py b/packager/make_package.py
index a1be441..0d985e8 100755
--- a/packager/make_package.py
+++ b/packager/make_package.py
@@ -76,7 +76,7 @@ def getMakeInfo():
     info = {'package_name': makefile['PACKAGE_NAME'],
             'package': makefile['PACKAGE'],
             'version': makefile['VERSION'],
-            'srcdir': makefile['abs_top_srcdir'],
+            'srcdir': makefile['top_srcdir'],
             'prefix': makefile['prefix'],
             'python_version': makefile['PYTHON_VERSION'],
             }



More information about the CIG-COMMITS mailing list