diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-08 05:52:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-08 05:52:48 +0000 |
commit | d172ac80845463ccbf22c0ee49f57d69ae4dd8c5 (patch) | |
tree | 2fb03318a24248710e75f0dfe8a2069b86d940e6 /games-action/0verkill/files | |
parent | init.d script #37423 (diff) | |
download | gentoo-2-d172ac80845463ccbf22c0ee49f57d69ae4dd8c5.tar.gz gentoo-2-d172ac80845463ccbf22c0ee49f57d69ae4dd8c5.tar.bz2 gentoo-2-d172ac80845463ccbf22c0ee49f57d69ae4dd8c5.zip |
fix md5sums in data files #37419
Diffstat (limited to 'games-action/0verkill/files')
-rw-r--r-- | games-action/0verkill/files/0.16-gentoo-paths.patch | 12 | ||||
-rw-r--r-- | games-action/0verkill/files/digest-0verkill-0.16-r2 (renamed from games-action/0verkill/files/digest-0verkill-0.16-r1) | 0 |
2 files changed, 12 insertions, 0 deletions
diff --git a/games-action/0verkill/files/0.16-gentoo-paths.patch b/games-action/0verkill/files/0.16-gentoo-paths.patch new file mode 100644 index 000000000000..0ee002bbac0d --- /dev/null +++ b/games-action/0verkill/files/0.16-gentoo-paths.patch @@ -0,0 +1,12 @@ +--- sprite.c.orig 2004-01-08 00:42:51.897946128 -0500 ++++ sprite.c 2004-01-08 00:43:10.986044296 -0500 +@@ -188,6 +188,9 @@ + + if (!(f=fopen(filename,"rb"))) + { ++ chdir(DATA_PATH); ++ } ++ if (!(f=fopen(filename,"rb"))) { + unsigned char msg[256]; + snprintf(msg,256,"Error opening file \"%s\"!\n",filename); + ERROR(msg); diff --git a/games-action/0verkill/files/digest-0verkill-0.16-r1 b/games-action/0verkill/files/digest-0verkill-0.16-r2 index d7375b8806ba..d7375b8806ba 100644 --- a/games-action/0verkill/files/digest-0verkill-0.16-r1 +++ b/games-action/0verkill/files/digest-0verkill-0.16-r2 |