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

Index: trunk/translate/tools/poterminology.py
===================================================================
--- trunk.orig/translate/tools/poterminology.py
+++ trunk/translate/tools/poterminology.py
@@ -467,7 +467,7 @@
 
     parser.add_option("-S", "--stopword-list", type="string", 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)
     parser.add_option("-F", "--fold-titlecase", callback=fold_case_option,
