[dev-lang/python-tk] dafuq, fix typo

This commit is contained in:
Fabio Erculiani
2013-04-28 19:17:09 +02:00
parent cf367751eb
commit ab7c575513
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -180,5 +180,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"
}