-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In Ubuntu, we applied the attached patch to fix ths FTBFS:
Thank you.

- --
Luca Falavigna
Ubuntu MOTU Developer
GPG Key: 0x86BC2A50
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHgOSRnXjXEYa8KlARAmO/AJ951eAlcKKqUy7tFHcPxrAAeli8IQCfU04b
BZJqd1dHCCYar8L9QFuNYa4=
=XL6m
-----END PGP SIGNATURE-----
diff -u mordor-6.66a/Makefile mordor-6.66a/Makefile
--- mordor-6.66a/Makefile
+++ mordor-6.66a/Makefile
@@ -48,8 +48,8 @@
 	$(INSTALL_FILE) player/* $(DESTDIR)/var/games/mordor/sample/player
 	$(INSTALL_FILE) objmon/ddesc/* $(DESTDIR)/var/games/mordor/sample/objmon/ddesc
 	$(INSTALL_FILE) objmon/talk/act-examples/* $(DESTDIR)/var/games/mordor/sample/objmon/talk/act-examples
-	$(INSTALL_FILE) objmon/talk/[^a]* $(DESTDIR)/var/games/mordor/sample/objmon/talk/
-	$(INSTALL_FILE) objmon/[^dt]* $(DESTDIR)/var/games/mordor/sample/objmon/
+	$(INSTALL_FILE) objmon/talk/[!a]* $(DESTDIR)/var/games/mordor/sample/objmon/talk/
+	$(INSTALL_FILE) objmon/[!dt]* $(DESTDIR)/var/games/mordor/sample/objmon/
 
 clean: 
 	@for x in $(MAINSUBDIRS); \
 

Reply via email to