diff mcabber/doc/help/Makefile.am @ 905:b40d113b7863

Fix help files installation on *BSD
author Mikael Berthe <mikael@lilotux.net>
date Wed, 21 Jun 2006 21:30:37 +0200
parents c4f164c4b0d3
children 2aa0735936f8
line wrap: on
line diff
--- 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/