From: Nicolas Thill Date: Fri, 18 Dec 2009 11:03:04 +0000 (+0000) Subject: [packages] lang: use $(CP) & $(INSTALL_DIR) for logilab-astng as well (missed from... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=3b14eaf70dc6a36e60dfdfc04397fbf647a2d30d [packages] lang: use $(CP) & $(INSTALL_DIR) for logilab-astng as well (missed from [18814]) SVN-Revision: 18815 --- diff --git a/lang/logilab-astng/Makefile b/lang/logilab-astng/Makefile index ed1f2edcce..75ea40c343 100644 --- a/lang/logilab-astng/Makefile +++ b/lang/logilab-astng/Makefile @@ -37,8 +37,8 @@ define Build/Compile endef define Package/logilab-astng/install - mkdir -p $(1) - cp -r $(PKG_INSTALL_DIR)/* $(1)/ + $(INSTALL_DIR) $(1) + $(CP) $(PKG_INSTALL_DIR)/* $(1)/ endef $(eval $(call BuildPackage,logilab-astng))