Goal: avoid links to the build environment in the poterminology manpage

Status wrt upstream: Debian specific as long as the manpages are only
                     distributed by Debian

--- a/translate/tools/poterminology.py
+++ b/translate/tools/poterminology.py
@@ -553,7 +553,7 @@
         metavar="STOPFILE",
         dest="stopfile",
         help="read stopword (term exclusion) list from STOPFILE (default %s)"
-        % file_discovery.get_abs_data_filename("stoplist-en"),
+        % "/usr/share/pyshared/translate/share/stoplist-en",
     )
 
     parser.set_defaults(foldtitle=True, ignorecase=False)
