eina: do not remove bindir, it's not created with new automake

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-07-18 08:57:37 +02:00
committed by Koen Kooi
parent 71965d3b87
commit be300cd386
-4
View File
@@ -11,7 +11,3 @@ inherit efl
AUTO_LIBNAME_PKGS = ""
FILES_${PN} += "${libdir}/eina"
do_install_append() {
rmdir ${D}${bindir}
}