You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/gcp/files/gcp-0.2.1-gentoo-fhs.patch

14 lines
431 B

--- a/setup.py
+++ b/setup.py
@@ -41,9 +41,8 @@
# 'console_scripts': ['gcp=gcp:main'],
# },
data_files=[
- ('man/man1', ["gcp.1"]),
+ ('share/man/man1', ["gcp.1"]),
('share/locale/fr/LC_MESSAGES', ['i18n/fr/LC_MESSAGES/gcp.mo']),
- ('share/doc/%s' % name, ['CHANGELOG', 'LICENSE', 'README.md']),
],
install_requires=['PyGObject', 'dbus-python'],
python_requires='>=3',