pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-Glances: Fixes the missing @PREFIX@ variable.
Module Name: pkgsrc-wip
Committed By: Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By: fox
Date: Wed Oct 9 08:46:53 2019 -0500
Changeset: e7fc810936636e20aee36247e2a4994095de734c
Modified Files:
py-Glances/distinfo
py-Glances/patches/patch-setup.py
Log Message:
py-Glances: Fixes the missing @PREFIX@ variable.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e7fc810936636e20aee36247e2a4994095de734c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-Glances/distinfo | 2 +-
py-Glances/patches/patch-setup.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/py-Glances/distinfo b/py-Glances/distinfo
index 13d6dc14b9..98292fda0f 100644
--- a/py-Glances/distinfo
+++ b/py-Glances/distinfo
@@ -4,4 +4,4 @@ SHA1 (Glances-3.1.2.tar.gz) = 173a5553336a91ae84c9017988ad3713a13cec08
RMD160 (Glances-3.1.2.tar.gz) = ecf801eee82a575b06edfaf08a4ba48d77a8d092
SHA512 (Glances-3.1.2.tar.gz) = 3ccf82b0b5742c07a044112cedf10b56a6e615a4e01e18c7b18fa426f922119d7623e4c0c6cd92fb6c54f82ef79718eb16a187a9e4c2d4484ad8e41a89eccfc6
Size (Glances-3.1.2.tar.gz) = 6713025 bytes
-SHA1 (patch-setup.py) = cc4ec69ac043fdeab650f42fc81e8a797765ffef
+SHA1 (patch-setup.py) = 6179af90ad5108fd9857e0981dd1cbe102a44a9c
diff --git a/py-Glances/patches/patch-setup.py b/py-Glances/patches/patch-setup.py
index 119f64ba11..78b0d56384 100644
--- a/py-Glances/patches/patch-setup.py
+++ b/py-Glances/patches/patch-setup.py
@@ -9,8 +9,8 @@ Fixes paths of the man page and sample configuration file.
('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS.rst', 'README.rst',
'CONTRIBUTING.md', 'conf/glances.conf']),
- ('share/man/man1', ['docs/man/glances.1'])
-+ ('/usr/pkg/share/examples/glances', ['conf/glances.conf']),
-+ ('/usr/pkg/man/man1', ['docs/man/glances.1'])
++ ('@PREFIX@/share/examples/glances', ['conf/glances.conf']),
++ ('@PREFIX@/man/man1', ['docs/man/glances.1'])
]
return data_files
Home |
Main Index |
Thread Index |
Old Index