summary refs log tree commit diff
path: root/pkgs/games/xconq
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/xconq')
-rw-r--r--pkgs/games/xconq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/xconq/default.nix b/pkgs/games/xconq/default.nix
index e6e23752953..4bb39762939 100644
--- a/pkgs/games/xconq/default.nix
+++ b/pkgs/games/xconq/default.nix
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
     # Fix Makefiles
     find . -name 'Makefile.in' -exec sed -re 's@^        ( *)(cd|[&][&])@	\1\2@' -i '{}' ';'
     find . -name 'Makefile.in' -exec sed -e '/chown/d; /chgrp/d' -i '{}' ';'
+    find . -name 'Makefile.in' -exec sed -e 's/04755/755/g' -i '{}' ';'
     sed -e '/^			* *[$][(]tcltkdir[)]\/[*][.][*]/d' -i tcltk/Makefile.in
 
     # Fix C files