summaryrefslogtreecommitdiff
path: root/games-misc/wtf/files/wtf-20090924-prefix.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /games-misc/wtf/files/wtf-20090924-prefix.patch
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'games-misc/wtf/files/wtf-20090924-prefix.patch')
-rw-r--r--games-misc/wtf/files/wtf-20090924-prefix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-misc/wtf/files/wtf-20090924-prefix.patch b/games-misc/wtf/files/wtf-20090924-prefix.patch
deleted file mode 100644
index 87dc6436e086..000000000000
--- a/games-misc/wtf/files/wtf-20090924-prefix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wtf.orig 2009-09-27 10:46:12 +0200
-+++ wtf 2009-09-27 10:46:57 +0200
-@@ -12,7 +12,7 @@
- exit 1
- }
-
--acronyms=${ACRONYMDB:-`ls /usr/share/misc/acronyms* 2>/dev/null`}
-+acronyms=${ACRONYMDB:-`ls "@GENTOO_PORTAGE_EPREFIX@"/usr/share/misc/acronyms* 2>/dev/null`}
-
- if [ "$acronyms" = "" ]; then
- echo "$PROGNAME: acronyms database not found!" >&2