changeset 905:b40d113b7863

Fix help files installation on *BSD
author Mikael Berthe <mikael@lilotux.net>
date Wed, 21 Jun 2006 21:30:37 +0200
parents 9d11c1b1af7a
children ead2d49f2a88
files mcabber/doc/help/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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/