diff options
Diffstat (limited to 'package/cvs/cvs.mk')
-rw-r--r-- | package/cvs/cvs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cvs/cvs.mk b/package/cvs/cvs.mk index f1a63c8186..dfc935f23f 100644 --- a/package/cvs/cvs.mk +++ b/package/cvs/cvs.mk @@ -38,7 +38,7 @@ define CVS_DEBIAN_PATCHES do $(SED) 's,^\+\+\+ .*cvs-$(CVS_VERSION)/,+++ cvs-$(CVS_VERSION)/,' $$i; \ done; \ ); \ - support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*; \ + $(APPLY_PATCHES) $(@D) $(@D)/debian/patches \*; \ fi endef endif |