From f53b3dad2fc76677319810944440f7058f375f63 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 19 Mar 2013 18:40:56 +0100 Subject: added minor scinterm patches and cleaned up patch system * MinGW binaries are built from source bundles * patches are applied to the source bundle * so all necessary patches must be in the repository and distributed * use a leading number in patch names to ensure proper application order --- distribute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distribute') diff --git a/distribute b/distribute index 57bb953..4fd80d8 100755 --- a/distribute +++ b/distribute @@ -31,7 +31,7 @@ sciteco-$(SCITECO_VERSION)-bundle.tar.gz : $(SCITECO_SRC) $(SCINTILLA_SRC) $(SCI unzip -d scintilla/ ../$(SCINTERM_SRC); \ mv scintilla/scinterm_$(SCINTERM_VERSION) scintilla/scinterm; \ for patch in sciteco/patches/*.patch; do \ - patch --merge -p0 <$$patch; \ + patch --merge -p1 <$$patch; \ done; \ ) tar czf $@ sciteco-$(SCITECO_VERSION)/ -- cgit v1.2.3