From 415fe6cdf6a35cfd9a90c5f05d63eda2e8a89fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Forysiuk?= Date: Fri, 18 Jul 2014 15:54:22 +0200 Subject: makedist: Resolve symlinks when copying cert bundle --- win32/makedist/makedist.midori | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') 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" -- cgit v1.2.1