aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2017-03-15 09:57:01 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2017-03-15 09:57:01 -0400
commitd319f943b02be08b781c4e5a879885bae2f689e0 (patch)
tree02866e9e8895b9683d8e276409d74bff2d0452c0
parent8edb84b13fff049d466c9847adffde6a650637c1 (diff)
downloadtextadept-d319f943b02be08b781c4e5a879885bae2f689e0.tar.gz
textadept-d319f943b02be08b781c4e5a879885bae2f689e0.zip
Prior to patching termkey, make sure it is write-able; src/Makefile
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index bcb1dc4f..fa5f3e16 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -479,7 +479,7 @@ cdk: cdk.patch | $(cdk_tgz)
$(termkey_tgz): ; wget http://www.leonerd.org.uk/code/libtermkey/$@
termkey: termkey.patch | $(termkey_tgz)
if [ -d $@ ]; then rm -r $@; fi
- mkdir $@ && tar xzf $| -C $@ && mv $@/*/* $@
+ mkdir $@ && tar xzf $| -C $@ && mv $@/*/* $@ && chmod +w $@/termkey.h
patch -d $@ -N -p1 < $<
$(win32gtk_zip):
wget http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/$@