mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
chore/feat(heroic): Rename LICENSE to distinguish it as a bundled dependency license (#4006) (#4009)
Signed-off-by: Gilver <rockgrub@disroot.org>
(cherry picked from commit 9409528346)
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -63,6 +63,7 @@ pnpm dist:linux
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_datadir}/%{shortname}
|
||||
mv $(find . -iname "*LICENSE*" -not -path "./node_modules/*" -and -not -path "./public/*") .
|
||||
mv LICENSE LICENSE.fonts
|
||||
%ifarch aarch64
|
||||
### Needs testing once aarch64 Heroic is complete:
|
||||
#rm -rf dist/linux-unpacked/resources/app.asar.unpacked/build/bin/x64
|
||||
@@ -92,10 +93,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{shortname}.desktop
|
||||
%doc README.md
|
||||
%doc CODE_OF_CONDUCT.md
|
||||
%license COPYING
|
||||
%license LICENSE
|
||||
%license legendary.LICENSE
|
||||
%license LICENSE.electron.txt
|
||||
%license LICENSES.chromium.html
|
||||
%license LICENSE.electron.txt
|
||||
%license LICENSE.fonts
|
||||
%dir %{_datadir}/%{shortname}
|
||||
%{_datadir}/%{shortname}/*
|
||||
%{_bindir}/%{shortname}
|
||||
|
||||
Reference in New Issue
Block a user