wordnet/wordnet-3.0-fix_resourcedir_path.patch
Troy Dawson d08d1bad46 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/wordnet#511721fbfe1a4015aca652f2d5ea27ba6b4904b5
2020-10-15 13:46:43 -07:00

13 lines
473 B
Diff

diff -urNad wordnet-3.0/src/wnb.orig wordnet-3.0/src/wnb
--- wordnet-3.0/src/wnb.orig 2005-06-07 21:19:22.000000000 +0200
+++ wordnet-3.0/src/wnb 2006-01-08 13:54:23.537621328 +0100
@@ -103,7 +103,7 @@
if {$tcl_platform(platform) == "unix"} {
if {[lsearch -exact [array names env] WNHOME] == -1} {
- set resourcedir "/usr/local/WordNet-3.0/lib/wnres"
+ set resourcedir "/usr/share/wordnet-3.0/lib/wnres"
} else {
set resourcedir "$env(WNHOME)/lib/wnres"
}