summaryrefslogtreecommitdiff
path: root/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch')
-rw-r--r--recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch b/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch
index 78506a8319..f734be4961 100644
--- a/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch
+++ b/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch
@@ -27,3 +27,16 @@ diff -urNd ../gsoko-0.4.2-gpe5-r0/gsoko-0.4.2-gpe5/Makefile gsoko-0.4.2-gpe5/Mak
clean:
rm -f *.o
+Index: Makefile
+===================================================================
+--- a/Makefile (Revision 9905)
++++ b/Makefile (Arbeitskopie)
+@@ -29,7 +29,7 @@
+
+ install-program: gsoko gsoko.desktop
+ install -d $(DESTDIR)$(PREFIX)/bin
+- install -s gsoko $(DESTDIR)$(PREFIX)/bin/gsoko
++ install gsoko $(DESTDIR)$(PREFIX)/bin/gsoko
+ install -d $(DESTDIR)$(PREFIX)/share/gsoko/img
+ install -d $(DESTDIR)$(PREFIX)/share/gsoko/levels
+ for i in $(LEVELS); do install -m 644 levels/$$i.lev $(DESTDIR)$(PREFIX)/share/gsoko/levels/$$i.lev; done