From 7ea420b2bed5645662b929c57bf3ba7d887047f8 Mon Sep 17 00:00:00 2001 From: jeffmerkey Date: Sun, 31 Jul 2022 18:14:46 -0700 Subject: [PATCH] fix continuation \ spacing for Debian Debbuild *.deb make Signed-off-by: jeffmerkey --- getssl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getssl.spec b/getssl.spec index 9c49312..30bf9cd 100644 --- a/getssl.spec +++ b/getssl.spec @@ -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