summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/gcp/files/gcp-0.2.1-gentoo-fhs.patch')
-rw-r--r--sys-apps/gcp/files/gcp-0.2.1-gentoo-fhs.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-apps/gcp/files/gcp-0.2.1-gentoo-fhs.patch b/sys-apps/gcp/files/gcp-0.2.1-gentoo-fhs.patch
deleted file mode 100644
index 78ddb5d09617..000000000000
--- a/sys-apps/gcp/files/gcp-0.2.1-gentoo-fhs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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',