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
This commit is contained in:
mb 2010-10-08 22:54:41 +00:00
parent ec01578a1a
commit 5d1318d26e

View File

@ -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