Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 640916
Collapse All | Expand All

(-)a/po/meson.build (-1 / +1 lines)
Lines 21-27 Link Here
21
        'find ' + meson.current_source_dir() +
21
        'find ' + meson.current_source_dir() +
22
        ' -type f' +
22
        ' -type f' +
23
        ' -iname "*.po"' +
23
        ' -iname "*.po"' +
24
        ' -printf \'%f\\n\'' +
24
        ' -printf \'%f\n\'' +
25
        ' | grep -oP \'.*(?=[.])\' | sort' +
25
        ' | grep -oP \'.*(?=[.])\' | sort' +
26
        ' > ' + join_paths(meson.current_source_dir(), 'LINGUAS')
26
        ' > ' + join_paths(meson.current_source_dir(), 'LINGUAS')
27
    ]
27
    ]

Return to bug 640916