]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
pacman.sh creates /etc/pts/dists directory if it doesn't exist yet
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 13 Feb 2014 12:21:39 +0000 (13:21 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 13 Feb 2014 12:21:47 +0000 (13:21 +0100)
src/libimcv/plugins/imv_os/pacman.sh

index 621905edfdf14ac32ce2b82243debd3804606ef4..3dfea39050dbec2d33e8ec37b838af958b84af66 100755 (executable)
@@ -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