FS#67423 - [archiso] broken reference to amd-ucode license file

Attached to Project: Arch Linux
Opened by Kevin Stolp (kevinstolp) - Tuesday, 28 July 2020, 08:34 GMT
Last edited by freswa (frederik) - Tuesday, 28 July 2020, 12:42 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Building fails when using releng.
The license file for amd-ucode has changed from /usr/share/licenses/amd-ucode/LICENSE to /usr/share/licenses/amd-ucode/LICENSE.amd-ucode. The build.sh script references the old filename in build.sh line 152.

Additional info:
* package version(s): 45-1

Steps to reproduce:
1) Copy /usr/share/archiso/configs/releng to the working directory.
2) Run the build.sh script.

Workaround/Fix:
sed -i -e 's#/usr/share/licenses/amd-ucode/LICENSE#/usr/share/licenses/amd-ucode/LICENSE.amd-ucode#g' build.sh
This task depends upon

Closed by  freswa (frederik)
Tuesday, 28 July 2020, 12:42 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#67411 

Loading...