|
Lines 67-79
Link Here
|
| 67 |
src_install() { |
67 |
src_install() { |
| 68 |
installation() { |
68 |
installation() { |
| 69 |
gnome2_src_install |
69 |
gnome2_src_install |
| 70 |
python_convert_shebangs $(python_get_version) "${D}"usr/bin/xml2po |
70 |
python_convert_shebangs $(python_get_version) "${ED}"usr/bin/xml2po |
| 71 |
mv "${D}"usr/bin/xml2po "${D}"usr/bin/xml2po-$(python_get_version) |
71 |
mv "${ED}"usr/bin/xml2po "${ED}"usr/bin/xml2po-$(python_get_version) |
| 72 |
} |
72 |
} |
| 73 |
python_execute_function -s installation |
73 |
python_execute_function -s installation |
| 74 |
python_clean_installation_image |
74 |
python_clean_installation_image |
| 75 |
|
75 |
|
| 76 |
python_generate_wrapper_scripts -E -f "${D}"usr/bin/xml2po |
76 |
python_generate_wrapper_scripts -E -f "${ED}"usr/bin/xml2po |
| 77 |
} |
77 |
} |
| 78 |
|
78 |
|
| 79 |
pkg_postinst() { |
79 |
pkg_postinst() { |