diff options
Diffstat (limited to 'recipes/supertux/supertux_0.1.3.bb')
-rw-r--r-- | recipes/supertux/supertux_0.1.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/supertux/supertux_0.1.3.bb b/recipes/supertux/supertux_0.1.3.bb index 0006a2b8b0..e859cce1db 100644 --- a/recipes/supertux/supertux_0.1.3.bb +++ b/recipes/supertux/supertux_0.1.3.bb @@ -3,7 +3,7 @@ in a style similar to the original SuperMario games." SECTION = "games" PRIORITY = "optional" LICENSE = "GPL" -PR = "r1" +PR = "r2" APPIMAGE = "${WORKDIR}/supertux.png" APPDESKTOP = "${WORKDIR}/supertux.desktop" @@ -11,6 +11,7 @@ APPDESKTOP = "${WORKDIR}/supertux.desktop" SRC_URI = "${SOURCEFORGE_MIRROR}/super-tux/supertux-${PV}.tar.bz2 \ # http://ssel.vub.ac.be/Members/DennisWagelaar/download/zaurus/supertux-0.1.2-fp.patch.gz \ file://supertux.png \ + file://install-no-overwrite.patch \ file://supertux.desktop \ " |