Fix help files installation on *BSD
authorMikael Berthe <mikael@lilotux.net>
Wed, 21 Jun 2006 21:30:37 +0200
changeset 905 b40d113b7863
parent 904 9d11c1b1af7a
child 906 ead2d49f2a88
Fix help files installation on *BSD
mcabber/doc/help/Makefile.am
--- a/mcabber/doc/help/Makefile.am	Wed Jun 21 20:55:28 2006 +0200
+++ b/mcabber/doc/help/Makefile.am	Wed Jun 21 21:30:37 2006 +0200
@@ -2,4 +2,4 @@
 
 install-data-local:
 	$(install_sh) -d $(datadir)/mcabber/help
-	cp -r ??/ $(datadir)/mcabber/help/
+	cp -R ?? $(datadir)/mcabber/help/