[Xfce4-commits] <midori:master> makedist: Copy certs after share folder was populated
Christian Dywan
noreply at xfce.org
Mon Feb 11 23:14:04 CET 2013
Updating branch refs/heads/master
to 9ac5936fb1ad97e645900d9a12a3efa6b95a38da (commit)
from bbabacc96f15934b41699f682408f2c9ff508aca (commit)
commit 9ac5936fb1ad97e645900d9a12a3efa6b95a38da
Author: Paweł Forysiuk <tuxator at o2.pl>
Date: Mon Feb 11 15:21:10 2013 +0100
makedist: Copy certs after share folder was populated
win32/makedist/makedist.midori | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/win32/makedist/makedist.midori b/win32/makedist/makedist.midori
index 2d2d1db..19089f3 100755
--- a/win32/makedist/makedist.midori
+++ b/win32/makedist/makedist.midori
@@ -142,8 +142,6 @@ grab_files etc pango
# copy configuration, otherwise webkit will crash
grab_files etc fonts
-# We need to ship our CA bundle for now
-cp /etc/pki/tls/certs/ca-bundle.crt $workdir/share/midori/res/
echo -n .
@@ -174,6 +172,9 @@ grab_files share icons
grab_files share mime
grab_files share midori.mo
+# We need to ship our CA bundle for now
+cp /etc/pki/tls/certs/ca-bundle.crt $workdir/share/midori/res/
+
if [ "$GTK3_BUILD" == "1" ]; then
grab_files share webkitgtk-3.0
grab_files share schemas
More information about the Xfce4-commits
mailing list