summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPaweł Forysiuk <tuxator@o2.pl>2014-07-18 15:54:22 +0200
committerPaweł Forysiuk <tuxator@o2.pl>2014-07-18 15:54:22 +0200
commit415fe6cdf6a35cfd9a90c5f05d63eda2e8a89fad (patch)
treee85be6e19e69555ab2edd642d9d75bfd514f23cb /win32
parentca66a9c4b81bae4100e6b2cde17fb270453b6532 (diff)
downloadmidori-415fe6cdf6a35cfd9a90c5f05d63eda2e8a89fad.tar.gz
makedist: Resolve symlinks when copying cert bundle
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/makedist/makedist.midori2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index d69d2e73..20d2986b 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -249,7 +249,7 @@ grab_files share midori.mo
grab_icons Faenza $where_am_i/../win32/makedist/midori.nsi
# We need to ship our CA bundle for now
-cp -a /etc/pki/tls/certs/ca-bundle.crt $workdir/share/midori/res/
+cp -Lr /etc/pki/tls/certs/ca-bundle.crt $workdir/share/midori/res/
GREYBIRD_VER="1.3.4"