Skip to content
Snippets Groups Projects
Commit 1fb72282 authored by Héctor Orón Martínez's avatar Héctor Orón Martínez
Browse files

image_version: use file instead symlink


Using symlink causes issues when getting the sysroot tarball with
ade toolset in SDK, as it cannot be properly extracted from it.

Signed-off-by: default avatarHéctor Orón Martínez <hector.oron@collabora.co.uk>
parent 5c07fd91
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ rel=$2
timestamp=$3
vendor=$4
echo "${distro} ${rel} ${timestamp} ${vendor}" > /usr/lib/image_version
ln -sf ../usr/lib/image_version /etc/image_version
echo "${distro} ${rel} ${timestamp} ${vendor}" > /etc/image_version
shopt -u
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment