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

Collapse All | Expand All

(-)file_not_specified_in_diff (-12 / +2 lines)
Line  Link Here
0
-- installs.pri
0
++ installs.pri
Lines 31-49 Link Here
31
    !exists( $${toolsFolder} ):toolsFolder    = tools
31
    !exists( $${toolsFolder} ):toolsFolder    = tools
32
    toolsDataFolder = $${toolsFolder}/data/$${dataFolder}
32
    toolsDataFolder = $${toolsFolder}/data/$${dataFolder}
33
    
33
    
34
    # licenses, readme, changelog
35
    monkey_docs.path = $${PACKAGE_DOCS}
36
    monkey_docs.files = GPL-2 \
37
        GPL-3 \
38
        LGPL-3 \
39
        dev-readme \
40
        readme.txt \
41
        ChangeLog
42
    install_folders *= $${monkey_docs.path}
43
44
    # datas
34
    # datas
45
    monkey_datas.path   = $${PACKAGE_DATAS}
35
    monkey_datas.path   = $${PACKAGE_DATAS}
46
    monkey_datas.files  = datas/*
36
    monkey_datas.files  = datas/apis datas/scripts datas/templates
47
    monkey_datas.CONFIG *= no_check_exist
37
    monkey_datas.CONFIG *= no_check_exist
48
    install_folders *= $${monkey_datas.path}
38
    install_folders *= $${monkey_datas.path}
49
39

Return to bug 628230