summaryrefslogtreecommitdiffstats
path: root/help3xsl/convert2html.sh
diff options
context:
space:
mode:
authorShinnok <admin@shinnok.com>2017-11-28 18:34:21 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2017-11-29 11:50:37 +0100
commit50ac5af18de36477bc0db81391adfd8a3a76853c (patch)
treef282d7f029a30d50b74dfcd46e131cde8395a9d8 /help3xsl/convert2html.sh
parentChmod +x for makelocal.sh. (diff)
downloadhelp-50ac5af18de36477bc0db81391adfd8a3a76853c.tar.gz
help-50ac5af18de36477bc0db81391adfd8a3a76853c.zip
Replace cp -rap with cp -a, satisfying all *nixes.
On macOS, probably BSD too -rap will fail with both -r and -R implied. Change-Id: I6844d6f2ac52ca1c10564857f4e9190e1627ce52 Reviewed-on: https://gerrit.libreoffice.org/45430 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/convert2html.sh')
-rwxr-xr-xhelp3xsl/convert2html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/convert2html.sh b/help3xsl/convert2html.sh
index 9eafdf1832..f8a84c4349 100755
--- a/help3xsl/convert2html.sh
+++ b/help3xsl/convert2html.sh
@@ -287,7 +287,7 @@ echo '</sitemapindex>'>>$sitemap
cp normalize.css default.css help.js jquery-3.1.1.min.js $outDir
cp -r $enSource/source/media $outDir
mkdir -p $outDir/media/icon-themes
-#cp -rap ../../icon-themes/galaxy/* $outDir/media/icon-themes/
+#cp -a ../../icon-themes/galaxy/* $outDir/media/icon-themes/
#ln -s $productversion html/latest
exit