Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56641 | Differences between
and this patch

Collapse All | Expand All

(-)utils/command/build_version.py.orig (-1 / +1 lines)
Lines 16-22 Link Here
16
    f.write('"""\nVersion information generated by setup.py. DO NOT EDIT.\n"""\n\n')
16
    f.write('"""\nVersion information generated by setup.py. DO NOT EDIT.\n"""\n\n')
17
    f.write('VERSION=\'%s\'\n' % version)
17
    f.write('VERSION=\'%s\'\n' % version)
18
    # expand backspaces
18
    # expand backspaces
19
    f.write('DATA_DIR=\'%s\'\n' % data_dir.replace('\\', '\\\\'))
19
    f.write("DATA_DIR='/usr/share/gaphor'\n")
20
    if os.name == 'nt':
20
    if os.name == 'nt':
21
        home = 'USERPROFILE'
21
        home = 'USERPROFILE'
22
    else:
22
    else:

Return to bug 56641