From 1c22928ae2839c00eaea2f4043596efb058d62c3 Mon Sep 17 00:00:00 2001 From: cat-master21 <96554164+cat-master21@users.noreply.github.com> Date: Thu, 6 Apr 2023 10:08:59 -0700 Subject: [PATCH] fix: ubuntu-sdk (#352) * chore(ubuntu-sdk): run test build Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> * fix(ubuntu-sdk): don't point inside the buildroot Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> --------- Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> --- anda/others/ubuntu-sdk/ubuntu-sdk.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/others/ubuntu-sdk/ubuntu-sdk.spec b/anda/others/ubuntu-sdk/ubuntu-sdk.spec index a9dbde760f..713e59928b 100644 --- a/anda/others/ubuntu-sdk/ubuntu-sdk.spec +++ b/anda/others/ubuntu-sdk/ubuntu-sdk.spec @@ -30,8 +30,8 @@ mkdir -m 0755 -p %{buildroot}%{_datadir}/ubports/changelogs %{buildroot}%{_datad install -Dm644 changelogs/* %{buildroot}%{_datadir}/ubports/changelogs install -Dm644 frameworks/* %{buildroot}%{_datadir}/click/frameworks -ln -s %{buildroot}%{_datadir}/click/frameworks/ubuntu-sdk-%{version}.framework %{buildroot}%{_datadir}/click/frameworks/current -ln -s %{buildroot}%{_datadir}/ubports/changelogs/%{version} %{buildroot}%{_datadir}/ubports/changelogs/current +ln -s %{_datadir}/click/frameworks/ubuntu-sdk-%{version}.framework %{buildroot}%{_datadir}/click/frameworks/current +ln -s %{_datadir}/ubports/changelogs/%{version} %{buildroot}%{_datadir}/ubports/changelogs/current %files %license COPYING