projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b4bb60
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Dec 2007 02:13:57 +0000
(
02:13
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 23 Dec 2007 02:13:57 +0000
(
02:13
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9871
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
6e85bb9
..
1277de4
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-138,7
+138,7
@@
define Package/base-files$(TARGET)/install
$(if $(filter-out $(PLATFORM_DIR),$(PLATFORM_SUBDIR)), \
if [ -d $(PLATFORM_SUBDIR)/base-files/. ]; then \
$(CP) $(PLATFORM_SUBDIR)/base-files/* $(1)/; \
- fi \
+ fi
;
\
if [ -d $(PLATFORM_SUBDIR)/base-files-$(PROFILE)/. ]; then \
$(CP) $(PLATFORM_SUBDIR)/base-files-$(PROFILE)/* $(1)/; \
fi \