From af23dcca6a74704a0d2d9b1c8b0565a334e5bf1c Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Mon, 1 Jun 2020 16:54:55 -0400 Subject: [PATCH] fix incorrect license file name in bc spec --- SPECS/bc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/bc.spec b/SPECS/bc.spec index eef16c1..3257b39 100644 --- a/SPECS/bc.spec +++ b/SPECS/bc.spec @@ -22,7 +22,7 @@ The Bc package contains an arbitrary precision numeric processing language make DESTDIR=%{buildroot} install #----------------------------------------------------------------------------- # Copy license/copying file - install -D -m644 COPYING %{buildroot}/usr/share/licenses/%{name}/LICENSE + install -D -m644 LICENSE.md %{buildroot}/usr/share/licenses/%{name}/LICENSE #----------------------------------------------------------------------------- # Create file list rm %{buildroot}%{_infodir}/dir