summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-15 10:28:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-15 10:28:18 +0200
commitbd0c68dab0d58d546148e095b904a41aa535bd42 (patch)
tree1b0d905609afed9490f37a679411c09eee5399f8
parent9d46fab3bfbe22784ea78665713f11bfaae72ed9 (diff)
install libraries
-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