Skip to content

Commit

Permalink
Merge pull request srvrco#771 from jeffmerkey/master
Browse files Browse the repository at this point in the history
fix continuation \ spacing for Debian Debbuild *.deb make
  • Loading branch information
timkimber committed Sep 27, 2022
2 parents 40e5084 + 40f80a9 commit 0026b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getssl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The %{name} package contains the getssl scripts, crontab files, and logrotate fi
%{__mkdir_p} %{buildroot}%{_datadir}/getssl/dns_scripts
%{__mkdir_p} %{buildroot}%{_datadir}/getssl/other_scripts
%{__make} \
DESTDIR=%{buildroot}\
DESTDIR=%{buildroot} \
install
install -Dpm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/cron.d/getssl
install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/getssl
Expand Down

0 comments on commit 0026b9a

Please sign in to comment.