summaryrefslogtreecommitdiffstats
path: root/package/logrotate
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-05 19:00:11 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-05 19:00:11 +0000
commit560c06a6c84cc3836a0a8be66e1b75163db9ab77 (patch)
treef98a696c1bd20d7ed0ca460baca846e67c24fdd6 /package/logrotate
parent802011ae1f19c3ad17a20a558c20c1ec47286933 (diff)
downloadbuildroot-novena-560c06a6c84cc3836a0a8be66e1b75163db9ab77.tar.gz
buildroot-novena-560c06a6c84cc3836a0a8be66e1b75163db9ab77.zip
logrotate: fix patch-kernel.sh invocation
Thanks to Bernhard for noticing.
Diffstat (limited to 'package/logrotate')
-rw-r--r--package/logrotate/logrotate.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/logrotate/logrotate.mk b/package/logrotate/logrotate.mk
index f0fae032c..318f27f8d 100644
--- 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