testing: Record strongSwan version when building from tarball

This commit is contained in:
Tobias Brunner
2015-11-09 15:18:37 +01:00
parent aee35392d1
commit 5a919312b3
@@ -111,6 +111,7 @@ $(TAR):
$(PKG): $(TAR)
tar xfj $(TAR)
echo "$(SWANVERSION)" > /root/shared/.strongswan-version
configure: $(BUILDDIR)
cd $(BUILDDIR) && $(DIR)/configure $(CONFIG_OPTS)