From: Andreas Steffen Date: Thu, 13 Feb 2014 12:21:39 +0000 (+0100) Subject: pacman.sh creates /etc/pts/dists directory if it doesn't exist yet X-Git-Tag: 5.1.2rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f03441c4dd6c602113cc05698d2622127d34d217;p=thirdparty%2Fstrongswan.git pacman.sh creates /etc/pts/dists directory if it doesn't exist yet --- diff --git a/src/libimcv/plugins/imv_os/pacman.sh b/src/libimcv/plugins/imv_os/pacman.sh index 621905edfd..3dfea39050 100755 --- a/src/libimcv/plugins/imv_os/pacman.sh +++ b/src/libimcv/plugins/imv_os/pacman.sh @@ -13,6 +13,7 @@ DEBIAN_ARCH="binary-amd64 binary-i386" PACMAN=/usr/libexec/ipsec/pacman PACMAN_LOG="$DIR/$DATE-pacman.log" +mkdir -p $DIR/dists cd $DIR/dists for v in $UBUNTU_VERSIONS