projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd6b7e
)
fix typo in mtd package
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Jul 2005 11:33:05 +0000
(11:33 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 21 Jul 2005 11:33:05 +0000
(11:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1516
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mtd/Makefile
patch
|
blob
|
history
diff --git
a/package/mtd/Makefile
b/package/mtd/Makefile
index
4975469
..
bfbb301
100644
(file)
--- a/
package/mtd/Makefile
+++ b/
package/mtd/Makefile
@@
-22,5
+22,5
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_MTD):
install -d -m0755 $(IDIR_MTD)/sbin
install -m0755 $(PKG_BUILD_DIR)/mtd $(IDIR_MTD)/sbin
- $(RSTRIP) $(
_IPK_DIR
)/sbin/*
+ $(RSTRIP) $(
IDIR_MTD
)/sbin/*
$(IPKG_BUILD) $(IDIR_MTD) $(PACKAGE_DIR)
This page took
0.027034 seconds
and
4
git commands to generate.