Retain symlinks. $(INSTALL_*) copys the contens of a file, so if we want to keep

symlinks either use $(CP) or create them manually.
Fixes #4399


git-svn-id: svn://svn.openwrt.org/openwrt/packages@13844 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars
2009-01-04 00:06:33 +00:00
parent fc2340cf61
commit 1d69650934
74 changed files with 264 additions and 264 deletions

View File

@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=pango
PKG_VERSION:=1.22.2
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/1.22/
@ -45,11 +45,11 @@ endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/{lib/pkgconfig,lib/pango/1.6.0/modules,include}
$(INSTALL_DATA) \
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/*.{so*,a,la} \
$(1)/usr/lib
$(INSTALL_DATA) \
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/pango/1.6.0/modules/*.{so*,a,la} \
$(1)/usr/lib/pango/1.6.0/modules/
@ -64,11 +64,11 @@ endef
define Package/pango/install
$(INSTALL_DIR) $(1)/usr/{lib/pango/1.6.0/modules,bin}
$(INSTALL_DATA) \
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/*.so* \
$(1)/usr/lib/
$(INSTALL_DATA) \
$(CP) \
$(PKG_INSTALL_DIR)/usr/lib/pango/1.6.0/modules/*.so* \
$(1)/usr/lib/pango/1.6.0/modules/