gnucash-on-osx master: Make usage a little friendlier.

John Ralls jralls at code.gnucash.org
Mon Oct 31 13:22:11 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/9b06bf8a (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/3369a408 (commit)



commit 9b06bf8a3d4be3486493b7f254267e1a414c607b
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 31 10:22:03 2022 -0700

    Make  usage a little friendlier.
    
    It's now the base path for inst, build, & src.

diff --git a/jhbuildrc-custom b/jhbuildrc-custom
index d55830c..feab539 100644
--- a/jhbuildrc-custom
+++ b/jhbuildrc-custom
@@ -3,7 +3,7 @@
 setup_sdk()
 
 if 'PREFIX' in os.environ:
-    prefix = os.environ['PREFIX']
+    prefix = os.path.join(os.environ['PREFIX'], 'inst')
 else:
     prefix = os.path.join(os.environ['HOME'], 'gnucash', 'inst')
 



Summary of changes:
 jhbuildrc-custom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list