Browse Source

fix continuation \ spacing for Debian Debbuild *.deb make

Signed-off-by: jeffmerkey <jeffmerkey@gmail.com>
pull/771/head
jeffmerkey 3 years ago
parent
commit
7ea420b2be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl.spec

+ 1
- 1
getssl.spec View File

@ -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


Loading…
Cancel
Save