aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-11-06 11:19:40 +0100
committerTobias Brunner <tobias@strongswan.org>2015-11-09 15:18:37 +0100
commit5a919312b3c384357815a6688b325d60c7886b1a (patch)
treec571d356cc5005296a8baa3eb7189be4ba707ca5 /testing/scripts
parentaee35392d1a8b2d9082c429bc3a6f618f7d926fa (diff)
downloadstrongswan-5a919312b3c384357815a6688b325d60c7886b1a.tar.bz2
strongswan-5a919312b3c384357815a6688b325d60c7886b1a.tar.xz
testing: Record strongSwan version when building from tarball
Diffstat (limited to 'testing/scripts')
-rw-r--r--testing/scripts/recipes/013_strongswan.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk
index 3ab33f6fd..994acaa28 100644
--- a/testing/scripts/recipes/013_strongswan.mk
+++ b/testing/scripts/recipes/013_strongswan.mk
@@ -111,6 +111,7 @@ $(TAR):
$(PKG): $(TAR)
tar xfj $(TAR)
+ echo "$(SWANVERSION)" > /root/shared/.strongswan-version
configure: $(BUILDDIR)
cd $(BUILDDIR) && $(DIR)/configure $(CONFIG_OPTS)