diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-15 10:28:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-15 10:28:18 +0200 |
commit | bd0c68dab0d58d546148e095b904a41aa535bd42 (patch) | |
tree | 1b0d905609afed9490f37a679411c09eee5399f8 /package/freeglut | |
parent | 9d46fab3bfbe22784ea78665713f11bfaae72ed9 (diff) |
install libraries
Diffstat (limited to 'package/freeglut')
-rw-r--r-- | package/freeglut/Makefile | 1 |
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 |