Add /usr/local/lib/ipsec to linker cache

This commit is contained in:
Reto Buerki 2013-01-22 20:52:15 +01:00 committed by Tobias Brunner
parent b491ee4ecd
commit 0e1d008d71
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
/usr/local/lib/ipsec

View File

@ -46,6 +46,8 @@ do
execute "mount $NBDPARTITION $LOOPDIR" 0
execute "cp -rf $HOSTSDIR/${host}/etc $LOOPDIR" 0
execute "cp -rf $HOSTSDIR/default/* $LOOPDIR" 0
execute_chroot "ldconfig" 0
if [ "$host" = "winnetou" ]
then
execute "mkdir $LOOPDIR/var/log/apache2/ocsp" 0