#3 Specfile: Unify indentation to spaces only
Merged 4 years ago by genodeftest. Opened 4 years ago by genodeftest.
rpms/ genodeftest/exaile lint-specfile  into  master

Specfile: Unify indentation to spaces only
Christian Stadelmann • 4 years ago  
file modified
+3 -3
@@ -105,9 +105,9 @@ 

  # Some files got ambiguous python shebangs, we fix them after everything else is done

  pathfix.py -pni "%{__python2}" %{buildroot}%{_datadir}/exaile/

  

- desktop-file-install --delete-original			\

- 	--dir=%{buildroot}%{_datadir}/applications	\

- 	%{buildroot}%{_datadir}/applications/%{name}.desktop

+ desktop-file-install --delete-original \

+     --dir=%{buildroot}%{_datadir}/applications \

+     %{buildroot}%{_datadir}/applications/%{name}.desktop

  

  %find_lang %{name}

  

Replace tabs with spaces to silence the linter (fedpkg lint).

rebased onto 2d477e9

4 years ago

Pull-Request has been merged by genodeftest

4 years ago