diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-24 08:36:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-24 08:36:13 +0000 |
commit | 369864cf105bf541f4e42643d6e5647ecea20379 (patch) | |
tree | be30f01e6d6ed52ca555bcfa8c68e3a3bb4b1db0 /package/rsync/rsync.mk | |
parent | 9540549182e3b67f717a4a15109ad848b0a5161a (diff) | |
download | buildroot-novena-369864cf105bf541f4e42643d6e5647ecea20379.tar.gz buildroot-novena-369864cf105bf541f4e42643d6e5647ecea20379.zip |
be a bit more consistant with naming, always escape wildcards
Diffstat (limited to 'package/rsync/rsync.mk')
-rw-r--r-- | package/rsync/rsync.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index 03e61f6c9..c0d9722ff 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -16,7 +16,7 @@ $(DL_DIR)/$(RSYNC_SOURCE): $(RSYNC_DIR)/.unpacked: $(DL_DIR)/$(RSYNC_SOURCE) $(RSYNC_CAT) $(DL_DIR)/$(RSYNC_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - - toolchain/patch-kernel.sh $(RSYNC_DIR) package/rsync/ rsync*.patch + toolchain/patch-kernel.sh $(RSYNC_DIR) package/rsync/ rsync\*.patch touch $(RSYNC_DIR)/.unpacked $(RSYNC_DIR)/.configured: $(RSYNC_DIR)/.unpacked |