diff options
author | Gene Carlson <kvngncrlsn@gmail.com> | 2023-09-18 18:00:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 08:31:13 +0700 |
commit | e6fb4957784d42a6caf8b31877c91d2f2817a3a0 (patch) | |
tree | 1ee4f8ca388997771e657652fdba1b6d1c89e565 /system/radeontop/man.patch | |
parent | 817dff3ca55358b2395b90d029c52a75b6ccb2c8 (diff) |
system/radeontop: Updated for version 1.4; new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/radeontop/man.patch')
-rw-r--r-- | system/radeontop/man.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/system/radeontop/man.patch b/system/radeontop/man.patch deleted file mode 100644 index b9f26245a90ca..0000000000000 --- a/system/radeontop/man.patch +++ /dev/null @@ -1,32 +0,0 @@ -From dfbff6274ce25814a4357a8a788c404425cecb69 Mon Sep 17 00:00:00 2001 -From: orbea <orbea@fredslev.dk> -Date: Sat, 1 Dec 2018 07:43:12 -0800 -Subject: [PATCH] Makefile: Add MANDIR. - -Not all Linux distros install manpages to $(PREFIX)/share/man. -For example Slackware installs manpages to /usr/man/. ---- - Makefile | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 6010bc9..4cb7093 100644 ---- a/Makefile -+++ b/Makefile -@@ -13,6 +13,7 @@ - PREFIX ?= /usr - INSTALL ?= install - LIBDIR ?= lib -+MANDIR ?= share/man - - nls ?= 1 - xcb ?= 1 -@@ -103,7 +104,7 @@ install: all - ifeq ($(xcb), 1) - $(INSTALL) -D -m755 $(xcblib) $(DESTDIR)/$(PREFIX)/$(LIBDIR)/$(xcblib) - endif -- $(INSTALL) -D -m644 radeontop.1 $(DESTDIR)/$(PREFIX)/share/man/man1/radeontop.1 -+ $(INSTALL) -D -m644 radeontop.1 $(DESTDIR)/$(PREFIX)/$(MANDIR)/man1/radeontop.1 - ifeq ($(nls), 1) - $(MAKE) -C translations install PREFIX=$(PREFIX) - endif |