From 181801317b0c8462de5342e117c568f839c70d78 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 27 Mar 2019 11:04:57 +0100 Subject: [PATCH] testing: Add /etc/resolv.conf when building strongSwan --- testing/scripts/build-strongswan | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/scripts/build-strongswan b/testing/scripts/build-strongswan index 13fd1e6913..24e11bba20 100755 --- a/testing/scripts/build-strongswan +++ b/testing/scripts/build-strongswan @@ -59,6 +59,10 @@ log_action "Mounting $SWANDIR as /root/strongswan" execute "bindfs -u $SRCUID -g $SRCGID $SWANDIR $LOOPDIR/root/strongswan" do_on_exit umount $LOOPDIR/root/strongswan +log_action "Copy /etc/resolv.conf" +execute "cp /etc/resolv.conf $LOOPDIR/etc/resolv.conf" +do_on_exit rm $LOOPDIR/etc/resolv.conf + log_action "Remove SWID tags of previous versions" execute_chroot "find /usr/local/share -path '*strongswan*' -name *.swidtag -delete" -- 2.47.2