]> git.pld-linux.org Git - packages/logcheck.git/commitdiff
- quote %{__cc}
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 9 Mar 2006 14:35:10 +0000 (14:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logcheck.spec -> 1.28

logcheck.spec

index 1b2168bb75aa5224589d68c5176043c4da244fad..ee60c50b80ddc98d7180e0ba7a6666328b29da5d 100644 (file)
@@ -80,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.hourly,%{_sbindir}}
 
 %{__make} linux \
-       CC=%{__cc} \
+       CC="%{__cc}" \
        CFLAGS="%{rpmcflags}"
 
 cat <<EOF > $RPM_BUILD_ROOT/etc/cron.hourly/logcheck
This page took 0.053772 seconds and 4 git commands to generate.