fix incorrect license file name in bc spec
This commit is contained in:
parent
e3632f488a
commit
af23dcca6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user