summaryrefslogtreecommitdiff
path: root/package/libXxf86vm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-20 21:14:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-20 21:14:22 +0200
commit7695ce447acb41050295fd205e14ba55c378cdd2 (patch)
tree08ae0b84457071688c45f72a49150c4807006c33 /package/libXxf86vm/Makefile
parent9cef6f4deb8f736d63bb41dc7e34793ad60db482 (diff)
parent19d35b947f30b2b3ac98ff039832ae46df7fee8c (diff)
Merge branch 'upstream'
Diffstat (limited to 'package/libXxf86vm/Makefile')
-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