summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-07-27 05:04:06 +0200
committerGeorge Sherwood2010-07-31 09:32:50 -0500
commit63260cbe5b0adf3222d9c1ee7649bd64481b288c (patch)
treeda8afd295da5b15050bbfef7a5b1ed7056a43c45
parentcd96a844a66047d2554a7ef6cf3b2d7ef54c62b7 (diff)
gnupg-exp: PRE_BUILD: added missing && #15778
(cherry picked from commit cf21d7009510a7ca9dd2c66ef81fe5f0686f900e)
-rw-r--r--crypto/gnupg-exp/HISTORY3
-rwxr-xr-xcrypto/gnupg-exp/PRE_BUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/crypto/gnupg-exp/HISTORY b/crypto/gnupg-exp/HISTORY
index eed6291373..f1a27611de 100644
--- a/crypto/gnupg-exp/HISTORY
+++ b/crypto/gnupg-exp/HISTORY
@@ -1,3 +1,6 @@
+2010-07-27 Ladislav Hagara <hgr@vabo.cz>
+ * PRE_BUILD: added missing && #15778
+
2010-07-26 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: SECURITY_PATCH=6
* PRE_BUILD, security-alert.patch: added security patch
diff --git a/crypto/gnupg-exp/PRE_BUILD b/crypto/gnupg-exp/PRE_BUILD
index b12cbd8d41..f07e24ebe6 100755
--- a/crypto/gnupg-exp/PRE_BUILD
+++ b/crypto/gnupg-exp/PRE_BUILD
@@ -1,7 +1,7 @@
default_pre_build &&
#14415
-sedit 's:FAQ faq.html::' $SOURCE_DIRECTORY/doc/Makefile.in
+sedit 's:FAQ faq.html::' $SOURCE_DIRECTORY/doc/Makefile.in &&
cd $SOURCE_DIRECTORY &&
patch -p0 < $SPELL_DIRECTORY/security-alert.patch