diff options
Diffstat (limited to 'package/libXfixes/Makefile')
-rw-r--r-- | package/libXfixes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libXfixes/Makefile b/package/libXfixes/Makefile index d6cc76bfb..283a043ce 100644 --- a/package/libXfixes/Makefile +++ b/package/libXfixes/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 86eb4b916cd5948c0e20d279107b3331 PKG_DESCR:= X Fixes Library PKG_SECTION:= libs -PKG_BUILDDEP+= fixesproto +PKG_BUILDDEP+= fixesproto xextproto xproto libX11 PKG_URL:= http://xorg.freedesktop.org PKG_SITES:= http://xorg.freedesktop.org/archive/individual/lib/ @@ -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 |