aboutsummaryrefslogtreecommitdiffhomepage
path: root/distribute
diff options
context:
space:
mode:
Diffstat (limited to 'distribute')
-rwxr-xr-xdistribute2
1 files changed, 1 insertions, 1 deletions
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)/