summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-12 21:48:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-12 21:48:23 +0200
commit6deaed72acf3895d4518ce91ece2bdf683fb81b7 (patch)
tree85ce13c123deec2c41195a94641a9495fba2a9ae
parent27ad978f93dcf77403f80f2c651359267d7602bb (diff)
use cp for libraries
-rw-r--r--package/libXdamage/Makefile2
-rw-r--r--package/libXfixes/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libXdamage/Makefile b/package/libXdamage/Makefile
index 781481185..4481cb3ce 100644
--- a/package/libXdamage/Makefile
+++ b/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
diff --git a/package/libXfixes/Makefile b/package/libXfixes/Makefile
index d6cc76bfb..a9e3c7a27 100644
--- a/package/libXfixes/Makefile
+++ b/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