From 2681fa76d906f0165fb3a91b7203a6bdfb50a5cd Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 26 Jun 2002 22:37:18 +0000 Subject: [PATCH] Just adding a -r to the cp statement for the docs folder --- buildrelease | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildrelease b/buildrelease index b89ebab199..2c2c1bc19f 100644 --- a/buildrelease +++ b/buildrelease @@ -255,7 +255,7 @@ system("find $rootdir -name .#* -exec rm -rf \\{\\} \\; 2>/dev/null"); if (-e "/root/docs") { print "Copying docs folder from /root/docs..."; - system("cp /root/docs/* $rootdir/docs/"); + system("cp -r /root/docs/* $rootdir/docs/"); } else { print "I would have copied the docs from from /root/docs, but I couldn't find it.\n"; print "Press to continue...\n"; -- 2.39.5