summaryrefslogtreecommitdiff
path: root/package/freeglut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/freeglut/Makefile')
-rw-r--r--package/freeglut/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/freeglut/Makefile b/package/freeglut/Makefile
index 40b91c7df..fada37f67 100644
--- a/package/freeglut/Makefile
+++ b/package/freeglut/Makefile
@@ -18,5 +18,6 @@ $(eval $(call PKG_template,FREEGLUT,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${
post-install:
$(INSTALL_DIR) $(IDIR_FREEGLUT)/usr/lib
+ $(CP) ${WRKINST}/usr/lib/libglut.so* $(IDIR_FREEGLUT)/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk