Skip to content

Commit

Permalink
debug ls
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Oct 15, 2024
1 parent 6572869 commit d7c7527
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cross-aarch64-gcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ make %{?_smp_mflags} prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir}
install

%if %{build_go}
ls -1 %{buildroot}%{_prefix}/bin/
mv %{buildroot}%{_prefix}/bin/go{,.gcc}
mv %{buildroot}%{_prefix}/bin/gofmt{,.gcc}
%endif
Expand Down
1 change: 1 addition & 0 deletions cross-armv7hl-gcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ make %{?_smp_mflags} prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir}
install

%if %{build_go}
ls -1 %{buildroot}%{_prefix}/bin/
mv %{buildroot}%{_prefix}/bin/go{,.gcc}
mv %{buildroot}%{_prefix}/bin/gofmt{,.gcc}
%endif
Expand Down
1 change: 1 addition & 0 deletions cross-i486-gcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ make %{?_smp_mflags} prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir}
install

%if %{build_go}
ls -1 %{buildroot}%{_prefix}/bin/
mv %{buildroot}%{_prefix}/bin/go{,.gcc}
mv %{buildroot}%{_prefix}/bin/gofmt{,.gcc}
%endif
Expand Down
1 change: 1 addition & 0 deletions cross-x86_64-gcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ make %{?_smp_mflags} prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir}
install

%if %{build_go}
ls -1 %{buildroot}%{_prefix}/bin/
mv %{buildroot}%{_prefix}/bin/go{,.gcc}
mv %{buildroot}%{_prefix}/bin/gofmt{,.gcc}
%endif
Expand Down
1 change: 1 addition & 0 deletions gcc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ make %{?_smp_mflags} prefix=%{buildroot}%{_prefix} mandir=%{buildroot}%{_mandir}
install

%if %{build_go}
ls -1 %{buildroot}%{_prefix}/bin/
mv %{buildroot}%{_prefix}/bin/go{,.gcc}
mv %{buildroot}%{_prefix}/bin/gofmt{,.gcc}
%endif
Expand Down

0 comments on commit d7c7527

Please sign in to comment.