diff options
-rw-r--r-- | linkdeps.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linkdeps.py b/linkdeps.py index c89869e..7e81e2e 100644 --- a/linkdeps.py +++ b/linkdeps.py @@ -68,8 +68,8 @@ def pfltopackage(dep,addpaths): print("More than one matching package for dep found!\nPicking the last one...") if not matching_packages: - print("not matching package found within the include paths!") - print("file not found was:" + dep) + print("no matching package found within the include paths!") + print("file not found was: " + dep) print("a dummy dep will be placed in the ebuild, fix it!") package = ["dummy"] |