gsoko: Remove one fix of two for the same issue.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 14 May 2009 10:46:33 +0000 (12:46 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 14 May 2009 10:46:33 +0000 (12:46 +0200)
recipes/gsoko/gsoko-0.4.2-gpe6/fix_install.patch [deleted file]
recipes/gsoko/gsoko_0.4.2-gpe6.bb

diff --git a/recipes/gsoko/gsoko-0.4.2-gpe6/fix_install.patch b/recipes/gsoko/gsoko-0.4.2-gpe6/fix_install.patch
deleted file mode 100644 (file)
index 6187e2a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git gsoko-0.4.2-gpe6/Makefile-orig gsoko-0.4.2-gpe6/Makefile
-index 1db0ce7..d36392a 100644
---- gsoko-0.4.2-gpe6/Makefile-orig
-+++ gsoko-0.4.2-gpe6/Makefile
-@@ -29,7 +29,7 @@ IMGS = box.png box2.png man.png tile.png tile2.png wall.png
- 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
index f1a513c..af573c0 100644 (file)
@@ -8,5 +8,4 @@ PR = "r1"
 
 SRC_URI += " \
             file://fix_makefiles.patch;patch=1 \
-            file://fix_install.patch;patch=1 \
            "