summaryrefslogtreecommitdiff
path: root/sys-apps/gcp/files/gcp-0.2.1-gentoo-fhs.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-30 17:36:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-30 17:36:28 +0100
commit7014a5a3ea0feffab9701fdd6b64cc7667a985af (patch)
treef2cbbaa8bb9209cd15208721103228336149b799 /sys-apps/gcp/files/gcp-0.2.1-gentoo-fhs.patch
parent7a86906b67693cc65671d3e1476835d3a7e13092 (diff)
gentoo resync : 30.06.2019
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, 13 insertions, 0 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
new file mode 100644
index 000000000000..78ddb5d09617
--- /dev/null
+++ b/sys-apps/gcp/files/gcp-0.2.1-gentoo-fhs.patch
@@ -0,0 +1,13 @@
+--- 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',