summaryrefslogtreecommitdiff
path: root/package/atk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/atk/Makefile')
-rw-r--r--package/atk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/atk/Makefile b/package/atk/Makefile
index f7dd38010..3f42dc2ea 100644
--- a/package/atk/Makefile
+++ b/package/atk/Makefile
@@ -26,6 +26,6 @@ INSTALL_STYLE:= auto
post-install:
${INSTALL_DIR} ${IDIR_ATK}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libatk.so* ${IDIR_ATK}/usr/lib
+ ${CP} ${WRKINST}/usr/lib/libatk-*.so* ${IDIR_ATK}/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk