projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f831f4
)
nodogsplash: mkinstalldirs script does not exist. Just use $(INSTALL_DIR).
author
Michael Büsch
<mb@bu3sch.de>
Fri, 8 Oct 2010 22:54:41 +0000
(22:54 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Fri, 8 Oct 2010 22:54:41 +0000
(22:54 +0000)
SVN-Revision: 23343
net/nodogsplash/Makefile
patch
|
blob
|
history
diff --git
a/net/nodogsplash/Makefile
b/net/nodogsplash/Makefile
index 27f236d4cecb3ba71cf68559b15a03d34c860837..486cdf856c60df7109f9a4c8e33cb0aceff5aa97 100644
(file)
--- 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