From 3b14eaf70dc6a36e60dfdfc04397fbf647a2d30d Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 18 Dec 2009 11:03:04 +0000 Subject: [PATCH] [packages] lang: use $(CP) & $(INSTALL_DIR) for logilab-astng as well (missed from [18814]) SVN-Revision: 18815 --- lang/logilab-astng/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.30.2