diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-02-03 20:33:45 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-02-03 20:33:45 +0100 |
commit | 1ddf95a009684ecee7a1fbff5f384503cf7c3f31 (patch) | |
tree | 2553adbcf8cc764016339c0573824e715b8dda11 /net-analyzer/cacti-spine | |
parent | net-analyzer/cacti-spine: Slightly improve patch. (diff) | |
download | gentoo-1ddf95a009684ecee7a1fbff5f384503cf7c3f31.tar.gz gentoo-1ddf95a009684ecee7a1fbff5f384503cf7c3f31.tar.bz2 gentoo-1ddf95a009684ecee7a1fbff5f384503cf7c3f31.zip |
net-analyzer/cacti-spine: sed script => patch.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/cacti-spine')
-rw-r--r-- | net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild | 1 | ||||
-rw-r--r-- | net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild index a0b1283894be..621b6a9fecc1 100644 --- a/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-1.0.0.ebuild @@ -37,7 +37,6 @@ PATCHES=( src_prepare() { default - sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am AT_M4DIR="config" eautoreconf } diff --git a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch index 1e9dffaca5f8..081b8ae8a3a5 100644 --- a/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch +++ b/net-analyzer/cacti-spine/files/cacti-spine-1.0.0-help2man.patch @@ -1,6 +1,11 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -11,5 +11,5 @@ +@@ -7,9 +7,9 @@ + configdir = $(sysconfdir) + config_DATA = spine.conf.dist + +-bin_PROGRAMS = spine ++sbin_PROGRAMS = spine man_MANS = spine.1 |