projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802011a
)
logrotate: fix patch-kernel.sh invocation
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 5 Mar 2009 19:00:11 +0000
(19:00 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 5 Mar 2009 19:00:11 +0000
(19:00 -0000)
Thanks to Bernhard for noticing.
package/logrotate/logrotate.mk
patch
|
blob
|
history
diff --git
a/package/logrotate/logrotate.mk
b/package/logrotate/logrotate.mk
index f0fae032c2b9c20f51c1b4a3efae0cd7a0210c05..318f27f8ddfad3b4f7c7ed7fb440b1c032cd884f 100644
(file)
--- a/
package/logrotate/logrotate.mk
+++ b/
package/logrotate/logrotate.mk
@@
-10,7
+10,7
@@
$(DL_DIR)/$(LOGROTATE_SOURCE):
$(LOGROTATE_DIR)/.source: $(DL_DIR)/$(LOGROTATE_SOURCE)
$(ZCAT) $(DL_DIR)/$(LOGROTATE_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- toolchain/patch-kernel.sh $(LOGROTATE_DIR) package/logrotate/ *.patch
+ toolchain/patch-kernel.sh $(LOGROTATE_DIR) package/logrotate/
logrotate\
*.patch
touch $@
$(LOGROTATE_DIR)/$(LOGROTATE_BINARY): $(LOGROTATE_DIR)/.source