X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=Xorg%2Fxorg%2Flib%2FlibXmu%2FMakefile;h=2f1fbabbdad4b5676e9dfcad5c59380189ccf873;hp=b9b3b614285129ea5de8cf6c7cd73c533a23ece5;hb=8397574f9b50910aa7ce3b2638bf9d8aeea2c6d0;hpb=fa3b879bc31441e256b8426f42c6fae7243ca00c diff --git a/Xorg/xorg/lib/libXmu/Makefile b/Xorg/xorg/lib/libXmu/Makefile index b9b3b61428..2f1fbabbda 100644 --- a/Xorg/xorg/lib/libXmu/Makefile +++ b/Xorg/xorg/lib/libXmu/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libXmu -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_VERSION:=1.0.4 PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/lib/ @@ -43,7 +43,7 @@ endef define Build/InstallDev $(INSTALL_DIR) $(1)/usr/{lib/pkgconfig,include/X11/Xmu} - $(INSTALL_DATA) \ + $(CP) \ $(PKG_INSTALL_DIR)/usr/lib/*.{so*,a,la} \ $(1)/usr/lib/ $(INSTALL_DATA) \ @@ -56,14 +56,14 @@ endef define Package/libXmu/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_DATA) \ + $(CP) \ $(PKG_INSTALL_DIR)/usr/lib/libXmu.so* \ $(1)/usr/lib/ endef define Package/libXmuu/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_DATA) \ + $(CP) \ $(PKG_INSTALL_DIR)/usr/lib/libXmuu.so* \ $(1)/usr/lib/ endef