[packages] massive: use $(INSTALL_DIR) instead of 'mkdir -p' in install and InstallDev

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18816 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2009-12-18 11:06:19 +00:00
parent a85bdbd1bc
commit 1daf9469b7
92 changed files with 218 additions and 218 deletions

View File

@ -38,8 +38,8 @@ define Build/Compile
endef
define Package/crowdcontrol/install
mkdir -p $(1)/usr/sbin
mkdir -p $(1)/etc/crowdcontrol
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_DIR) $(1)/etc/crowdcontrol
$(CP) $(PKG_BUILD_DIR)/crowdcontrol $(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/*-{domains,expressions,urls} $(1)/etc/crowdcontrol/
endef