projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07de479
)
missing -p on mkdir command
author
John Crispin
<john@openwrt.org>
Sun, 3 Jun 2007 01:38:03 +0000
(
01:38
+0000)
committer
John Crispin
<john@openwrt.org>
Sun, 3 Jun 2007 01:38:03 +0000
(
01:38
+0000)
SVN-Revision: 7469
package/foxboard-utils/Makefile
patch
|
blob
|
history
diff --git
a/package/foxboard-utils/Makefile
b/package/foxboard-utils/Makefile
index c2ff1d11337315edd2be7cfe99af60e8b315b05c..f5d9aa7934a3acb121d58b3d43059df2466725ec 100644
(file)
--- a/
package/foxboard-utils/Makefile
+++ b/
package/foxboard-utils/Makefile
@@
-38,8
+38,8
@@
endef
define Package/foxboard-utils/install
$(INSTALL_DIR) $(1)/
$(CP) $(PKG_INSTALL_DIR)/* $(1)
- mkdir
$(1)/www/cgi
- cd $(1)/www/cgi
; ln -s ../../bin/edit
.cgi .
+ mkdir
-p $(1)/www/cgi-bin
+ cd $(1)/www/cgi
-bin; ln -s ../../bin/editcgi
.cgi .
endef
$(eval $(call BuildPackage,foxboard-utils))