summaryrefslogtreecommitdiff
path: root/package/libXxf86vm
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2010-06-13 15:15:06 +0200
committerPhil Sutter <phil@nwl.cc>2010-06-20 16:24:20 +0200
commit1ee28515a05409a80379bf03e8604cef1ab0f473 (patch)
treea27b4ed82a6cd92ea300c8847399efbdcc2b61cb /package/libXxf86vm
parent62b3bb88ed3c766badca5304d0e169fc652d856c (diff)
do not use ${INSTALL_BIN} for libraries
Better use ${CP}, as ${INSTALL_BIN} follows the symlinks and therefore creates duplicate files. While here, also fix the build-deps of libXfixes.
Diffstat (limited to 'package/libXxf86vm')
-rw-r--r--package/libXxf86vm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libXxf86vm/Makefile b/package/libXxf86vm/Makefile
index 41816b575..1465ee1ac 100644
--- a/package/libXxf86vm/Makefile
+++ b/package/libXxf86vm/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-malloc0returnsnull
post-install:
$(INSTALL_DIR) $(IDIR_LIBXXF86VM)/usr/lib
- $(INSTALL_BIN) $(WRKINST)/usr/lib/libXxf86vm*.so* \
+ ${CP} $(WRKINST)/usr/lib/libXxf86vm*.so* \
$(IDIR_LIBXXF86VM)/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk