diff options
| author | 2017-03-15 09:57:01 -0400 | |
|---|---|---|
| committer | 2017-03-15 09:57:01 -0400 | |
| commit | d319f943b02be08b781c4e5a879885bae2f689e0 (patch) | |
| tree | 02866e9e8895b9683d8e276409d74bff2d0452c0 /src | |
| parent | 8edb84b13fff049d466c9847adffde6a650637c1 (diff) | |
| download | textadept-d319f943b02be08b781c4e5a879885bae2f689e0.tar.gz textadept-d319f943b02be08b781c4e5a879885bae2f689e0.zip | |
Prior to patching termkey, make sure it is write-able; src/Makefile
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
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/$@ |
