From cd57b12e081713178b90ef26e78d83335c740285 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 5 Jul 2010 19:42:56 +0200 Subject: supertux: fix installation(will not overwrite just-created) and bump PR data/Makefile.am has some duplicated entries which causes that kind of failure: ...usr/bin/install: will not overwrite just-created `.../image/usr/share/supertux/sounds/bigjump.wav' with `sounds/bigjump.wav' So in the patch we just remove the duplicated entries --- recipes/supertux/files/install-no-overwrite.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/supertux/files/install-no-overwrite.patch (limited to 'recipes/supertux/files/install-no-overwrite.patch') diff --git a/recipes/supertux/files/install-no-overwrite.patch b/recipes/supertux/files/install-no-overwrite.patch new file mode 100644 index 0000000000..41e448663b --- /dev/null +++ b/recipes/supertux/files/install-no-overwrite.patch @@ -0,0 +1,13 @@ +Index: supertux-0.1.3/data/Makefile.am +=================================================================== +--- supertux-0.1.3.orig/data/Makefile.am 2010-07-04 22:53:15.209949507 +0200 ++++ supertux-0.1.3/data/Makefile.am 2010-07-04 22:53:51.490637559 +0200 +@@ -2,8 +2,6 @@ + supertux.strf \ + $(wildcard *.txt) \ + CREDITS \ +- $(wildcard sounds/*.wav) \ +- images/icon.xpm \ + $(wildcard images/*.png) \ + $(wildcard images/*.xpm) \ + $(wildcard images/background/*.png) \ -- cgit v1.2.3