diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-14 12:46:33 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-05-14 12:46:33 +0200 |
commit | 25802e54c46a4d82a92121b88d2bc23f90d821a8 (patch) | |
tree | dc0e75f3a53bd87f1c37c157a24b2c97ff519936 /recipes/gsoko/gsoko-0.4.2-gpe6 | |
parent | f3ba294a0e1a7cfd5cf41221c7f666487f238f07 (diff) |
gsoko: Remove one fix of two for the same issue.
Diffstat (limited to 'recipes/gsoko/gsoko-0.4.2-gpe6')
-rw-r--r-- | recipes/gsoko/gsoko-0.4.2-gpe6/fix_install.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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 index 6187e2ad02..0000000000 --- a/recipes/gsoko/gsoko-0.4.2-gpe6/fix_install.patch +++ /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 |