1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/uclient/files/patch-ag
Alexander Langer d1155408ad Add uclient 0.10.0, a 2D isometric WorldForge game client.
PR:		26251
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
2001-04-05 19:30:09 +00:00

7 lines
302 B
Plaintext

--- 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