Fix xargs commands for compiling on MacOSX

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9749 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
ryd
2007-12-14 01:06:50 +00:00
parent 1eadfe2ed8
commit f5dab26809
19 changed files with 19 additions and 19 deletions

View File

@ -67,7 +67,7 @@ endef
define Package/libXpm/install/Default
$(INSTALL_DIR) $(1)/usr/lib
find $(PKG_INSTALL_DIR)/usr/lib/ -name lib*so* | $(XARGS) -i -t cp -P {} $(1)/usr/lib
find $(PKG_INSTALL_DIR)/usr/lib/ -name lib*so* | $(XARGS) -I % -t cp -P % $(1)/usr/lib
endef
define Package/libXpm/install