summaryrefslogtreecommitdiffstats
path: root/package/ed/ed.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/ed/ed.mk')
-rw-r--r--package/ed/ed.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ed/ed.mk b/package/ed/ed.mk
index a81510208..b3d2d5de1 100644
--- a/package/ed/ed.mk
+++ b/package/ed/ed.mk
@@ -25,7 +25,7 @@ $(ED_DIR)/.unpacked: $(DL_DIR)/$(ED_SOURCE) $(DL_DIR)/$(ED_PATCH)
if [ -d $(ED_DIR)/debian/patches ]; then \
toolchain/patch-kernel.sh $(ED_DIR) $(ED_DIR)/debian/patches \*.patch ; \
fi
- toolchain/patch-kernel.sh $(ED_DIR) package/ed/ ed-*.patch
+ toolchain/patch-kernel.sh $(ED_DIR) package/ed/ ed-\*.patch
touch $@
$(ED_DIR)/.configured: $(ED_DIR)/.unpacked