#!/bin/sh patch="--- compile/res/levels/FixedPulley/FixedPulley.resrc.xml 2009-02-26 14:43:42.000000000 +0100\n+++ FixedPulley.resrc.xml 2009-04-15 19:20:38.000000000 +0200\n@@ -1 +1 @@\n-\n\ Pas de fin de ligne à la fin du fichier.\n+" echo $patch > FixedPulley-linux-resrc.patch unzip FixedPulley.goomod rm FixedPulley.goomod patch -p0 < FixedPulley-linux-resrc.patch rm FixedPulley-linux-resrc.patch zip -r FixedPulley.goomod compile/ merge/ addin.xml rm -r compile/ merge/ addin.xml