Handle mvn.

This commit is contained in:
Jelmer Vernooij 2021-03-24 17:34:28 +00:00
parent b34a19ca23
commit 669b84ed8a

View file

@ -274,6 +274,8 @@ GENERATED_FILE_SEARCHER = GeneratedFileSearcher(
"/usr/bin/rst2html": "python3-docutils",
# aclocal is a symlink to aclocal-1.XY
"/usr/bin/aclocal": "automake",
# maven lives in /usr/share
"/usr/bin/mvn": "maven",
}
)