summaryrefslogtreecommitdiff
path: root/package/cvs
diff options
context:
space:
mode:
authorFabio Porcedda <fabio.porcedda@gmail.com>2014-10-22 18:20:10 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-10-25 01:31:32 +0200
commit1586ce3a3d427419bb83e6065f3536bfc36cdb13 (patch)
treed3ad7bde9866d1971fdf62ce8d5691696bfd91e1 /package/cvs
parentbcb835b042d385bac801e00cff2f1dbacff93629 (diff)
apply-patches.sh: Use the "APPLY_PATCHES" variable to call the script
To easy up adding optional parameters when calling the "apply-patches.sh" add and use the "APPLY_PATCHES" variable to execute the script. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
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 f1a63c818..dfc935f23 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