From: mb Date: Fri, 8 Oct 2010 22:54:41 +0000 (+0000) Subject: nodogsplash: mkinstalldirs script does not exist. Just use $(INSTALL_DIR). X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5d1318d26e12fd7019b56c3113d8f68e456eb79f;p=packages.git nodogsplash: mkinstalldirs script does not exist. Just use $(INSTALL_DIR). git-svn-id: svn://svn.openwrt.org/openwrt/packages@23343 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/nodogsplash/Makefile b/net/nodogsplash/Makefile index 27f236d4c..486cdf856 100644 --- a/net/nodogsplash/Makefile +++ b/net/nodogsplash/Makefile @@ -46,7 +46,7 @@ define Build/Compile mkdir -p $(PKG_INSTALL_DIR)/usr/{share{,/doc/$(PKG_NAME)-$(PKG_VERSION)},lib,include{,/nodogsplash},bin,sbin}/ $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ - mkinstalldirs="$(SHELL) $(PKG_BUILD_DIR)/config/mkinstalldirs" \ + mkinstalldirs="$(INSTALL_DIR)" \ install endef