Browse Source

install libraries

Waldemar Brodkorb 15 years ago
parent
commit
bd0c68dab0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/freeglut/Makefile

+ 1 - 0
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