aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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/$@