Browse Source

use cp for libraries

Waldemar Brodkorb 14 years ago
parent
commit
6deaed72ac
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/libXdamage/Makefile
  2. 1 1
      package/libXfixes/Makefile

+ 1 - 1
package/libXdamage/Makefile

@@ -19,7 +19,7 @@ $(eval $(call PKG_template,LIBXDAMAGE,libxdamage,$(PKG_VERSION)-${PKG_RELEASE},$
 
 post-install:
 	$(INSTALL_DIR) $(IDIR_LIBXDAMAGE)/usr/lib
-	$(INSTALL_BIN) $(WRKINST)/usr/lib/libXdamage*.so* \
+	$(CP) $(WRKINST)/usr/lib/libXdamage*.so* \
 		$(IDIR_LIBXDAMAGE)/usr/lib
 
 include ${TOPDIR}/mk/pkg-bottom.mk

+ 1 - 1
package/libXfixes/Makefile

@@ -19,7 +19,7 @@ $(eval $(call PKG_template,LIBXFIXES,libxfixes,$(PKG_VERSION)-${PKG_RELEASE},${P
 
 post-install:
 	$(INSTALL_DIR) $(IDIR_LIBXFIXES)/usr/lib
-	$(INSTALL_BIN) $(WRKINST)/usr/lib/libXfixes*.so* \
+	$(CP) $(WRKINST)/usr/lib/libXfixes*.so* \
 		$(IDIR_LIBXFIXES)/usr/lib
 
 include ${TOPDIR}/mk/pkg-bottom.mk