Add a gramps33 target to the moduleset; also some whitespace cleanup and spellcheck dependencies to gramps-svn target

svn: r17345
This commit is contained in:
John Ralls
2011-04-29 21:28:50 +00:00
parent a5949b6ce8
commit 618e5deb5b
2 changed files with 24 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ APP_VCARD = ["text/x-vcard", "text/x-vcalendar"]
# system paths
#
#-------------------------------------------------------------------------
if sys.platform == "win32":
if sys.platform == "win32" or sys.platform == "darwin":
if sys.prefix == os.path.dirname(os.getcwd()):
PREFIXDIR = sys.prefix
SYSCONFDIR = os.path.join(sys.prefix, "etc")