diff options
Diffstat (limited to 'games/uclient/files/patch-ag')
-rw-r--r-- | games/uclient/files/patch-ag | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/uclient/files/patch-ag b/games/uclient/files/patch-ag new file mode 100644 index 000000000000..3ed5ec8359e9 --- /dev/null +++ b/games/uclient/files/patch-ag @@ -0,0 +1,6 @@ +--- build_media_index.sh.orig Thu Mar 29 18:54:55 2001 ++++ build_media_index.sh Thu Mar 29 18:55:52 2001 +@@ -1,2 +1,2 @@ + #!/bin/sh +-find ./media/ -follow -name "*.png" -type f -fprintf ./media.ind "%f %h/%f\n" ++find ./media/ -follow -name "*.png" -type f |sed 's/\(.*\/\([^\/]*\)\)/\2 \1/' >media.ind |