[dev-lang/python-tk] fix QA check at the end of src_install
This commit is contained in:
@@ -191,5 +191,5 @@ src_install() {
|
||||
|
||||
# QA check that we have _tkinter.so
|
||||
local found=$(find "${ED}" -name "_tkinter.so")
|
||||
[ -z "${found}" ] && die "_tkinter.so not installed"
|
||||
[ -z "${found}" ] && die "_tkinter*.so not installed"
|
||||
}
|
||||
|
||||
@@ -179,6 +179,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