mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
initscripts: Check link exists in volatiles script
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -178,7 +178,7 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
if test -f /etc/ld.so.cache
|
||||
if test -f /etc/ld.so.cache -a ! -f /var/run/ld.so.cache
|
||||
then
|
||||
ln -s /etc/ld.so.cache /var/run/ld.so.cache
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user