summaryrefslogtreecommitdiff
path: root/package/libXfixes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libXfixes/Makefile')
-rw-r--r--package/libXfixes/Makefile2
1 files changed, 1 insertions, 1 deletions
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