From: Nicolas Thill Date: Fri, 18 Dec 2009 11:03:04 +0000 (+0000) Subject: lang: use $(CP) & $(INSTALL_DIR) for logilab-astng as well (missed from [18814]) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=99556ca954e04efbd05ca8bc0052bbb31b1607f4;p=openwrt%2Fsvn-archive%2Fpackages.git 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 ed1f2edcc..75ea40c34 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))