]> git.pld-linux.org Git - packages/logcheck.git/commitdiff
- another fix in %install. logcheck-1_1_1-1
authorkloczek <kloczek@pld-linux.org>
Fri, 16 Feb 2001 08:58:50 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logcheck.spec -> 1.11

logcheck.spec

index 2cbf86c7d255b8f365fedbfcce94eba6b552d64a..db7179f87e08e5d3e8b6b1b612ca52ef04827819 100644 (file)
@@ -45,7 +45,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.hourly,%{_sbindir}}
        CC=%{__cc} \
        CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
-cat <<EOF > $RPM_BUILD_ROOT%{_sysconfdir}/cron.hourly/logcheck
+cat <<EOF > $RPM_BUILD_ROOT/etc/cron.hourly/logcheck
 #!/bin/sh
 exec %{_sbindir}/logcheck
 EOF
This page took 0.087891 seconds and 4 git commands to generate.