diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-04-24 19:21:54 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-04-24 19:21:58 +0300 |
commit | 133df8a7b0c297cedcce40929e7051eb3e6cf99c (patch) | |
tree | 992a21664bd65855c5f70683225814feccdb8c9b /x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch | |
parent | media-fonts/uw-ttyp0: Remove redundant dist rename (diff) |
x11-misc/xlocatemouse: Fix build
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Azat Bahawi <azahi@teknik.io>
Diffstat (limited to 'x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch')
-rw-r--r-- | x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch b/x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch deleted file mode 100644 index fb4a619..0000000 --- a/x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/Makefile b/Makefile -index 11eedbb..fdfa277 100644 ---- a/Makefile -+++ b/Makefile -@@ -5,10 +5,8 @@ INSTALL = install - INSTALL_PROGRAM = $(INSTALL) - INSTALL_DATA = $(INSTALL) -m 644 - --prefix = /usr/local --exec_prefix = $(prefix) --bindir = $(exec_prefix)/bin --datarootdir = $(prefix)/share -+bindir = $(PREFIX)/bin -+datarootdir = $(PREFIX)/share - mandir = $(datarootdir)/man - man1dir = $(mandir)/man1 - |