summaryrefslogtreecommitdiff
path: root/package/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'package/cvs')
-rw-r--r--package/cvs/cvs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cvs/cvs.mk b/package/cvs/cvs.mk
index 023e93baf..8d56a2107 100644
--- a/package/cvs/cvs.mk
+++ b/package/cvs/cvs.mk
@@ -37,7 +37,7 @@ define CVS_DEBIAN_PATCHES
do $(SED) 's,^\+\+\+ .*cvs-$(CVS_VERSION)/,+++ cvs-$(CVS_VERSION)/,' $$i; \
done; \
); \
- toolchain/patch-kernel.sh $(@D) $(@D)/debian/patches \*; \
+ support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*; \
fi
endef
endif