[dev-lang/python-tk] dafuq, fix typo
This commit is contained in:
@@ -190,6 +190,6 @@ src_install() {
|
||||
done
|
||||
|
||||
# QA check that we have _tkinter.so
|
||||
local found=$(find "${ED}" -name "_tkinter.so")
|
||||
local found=$(find "${ED}" -name "_tkinter*.so")
|
||||
[ -z "${found}" ] && die "_tkinter*.so not installed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user