From 18ff1a1d81502bec1c8ce9b0eb38e9a76e46c09c Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 23 Nov 2009 13:58:11 +0000
Subject: [PATCH] docs: Fix subversion installation instructions.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2002 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/simplesamlphp-subversion.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/simplesamlphp-subversion.txt b/docs/simplesamlphp-subversion.txt
index 22690a921..395e814da 100644
--- a/docs/simplesamlphp-subversion.txt
+++ b/docs/simplesamlphp-subversion.txt
@@ -17,8 +17,8 @@ Then do a subversion checkout:
 Initialize configuration and metadata:
 
     cd /var/simplesamlphp
-    cp -r config-templates/ config/
-    cp -r metadata-templates/ metadata/
+    cp -r config-templates/* config/
+    cp -r metadata-templates/* metadata/
 
 
 Upgrading
-- 
GitLab