From a85bdbd1bce40c1bb7f387efaba3589c4c720b60 Mon Sep 17 00:00:00 2001 From: nico 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]) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18815 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 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)) -- 2.11.0