[BACK]Return to patch-gourmet_settings_py CVS log [TXT][DIR] Up to [local] / ports / misc / gourmet / patches

Annotation of ports/misc/gourmet/patches/patch-gourmet_settings_py, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- gourmet/settings.py.orig   Mon Jun  2 20:55:26 2014
        !             3: +++ gourmet/settings.py        Tue Oct 11 22:24:56 2016
        !             4: @@ -4,13 +4,13 @@ import sys
        !             5:  # The following lines are modified at installation time by setup.py so they
        !             6:  # point to the actual data files installation paths.
        !             7:
        !             8: -lib_dir = '../gourmet'
        !             9: -base_dir = '..'
        !            10: -data_dir = os.path.join(base_dir, "gourmet", "data")
        !            11: +lib_dir = '${MODPY_SITEPKG}/gourmet'
        !            12: +base_dir = '${PREFIX}/share'
        !            13: +data_dir = os.path.join(base_dir, "gourmet")
        !            14:  ui_base = os.path.join(base_dir, 'gourmet', 'ui')
        !            15:  doc_base = os.path.join(base_dir, "gourmet")
        !            16:  locale_base = os.path.join(base_dir, "gourmet", "build", "mo")
        !            17: -plugin_base = os.path.join(base_dir, "gourmet", "build", "share", "gourmet")
        !            18: +plugin_base = 'lib_dir'
        !            19:
        !            20:  # Apologies for the formatting -- something in the build process is
        !            21:  # getting rid of indentations in this file which throws a syntax error

CVSweb