]> git.pld-linux.org Git - packages/cronie.git/commitdiff
- bcond fix
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Aug 2009 08:27:21 +0000 (08:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cronie.spec -> 1.9

cronie.spec

index 5e65602dcfa41d73007b21c6018a3978d0319ca8..f9a7e4068ec39287a79884bcb55512f58c14d70a 100644 (file)
@@ -65,7 +65,7 @@ however this could be overloaded in settings.
        SYS_CROND_DIR=/etc/cron.d \
        --sysconfdir=/etc/cron \
        --with-pam \
-       --with%{?!with_selinux:out}-selinux \
+       --with%{!?with_selinux:out}-selinux \
        --with-audit \
        --with-inotify \
        --enable-anacron
@@ -82,7 +82,6 @@ install -d $RPM_BUILD_ROOT{/var/{log,spool/{ana,}cron},%{_mandir}} \
        DESTDIR=$RPM_BUILD_ROOT
 
 install contrib/0anacron $RPM_BUILD_ROOT/etc/cron.hourly/0anacron
-
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/crond
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/cron
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/cron
This page took 0.040214 seconds and 4 git commands to generate.