]> git.pld-linux.org Git - packages/cronie.git/blobdiff - cronie.spec
- supported way is to set via configure visible vars
[packages/cronie.git] / cronie.spec
index 78a364d2ea43dbe9a63515dbb627196601d5c109..c4e9b91015af65775c38c9fc12088d68da6cb629 100644 (file)
@@ -15,7 +15,6 @@ Source2:      cron.logrotate
 Source3:       cron.sysconfig
 Source4:       %{name}.crontab
 Source5:       %{name}.pam
-Patch0:                %{name}-paths.patch
 URL:           https://fedorahosted.org/cronie/
 BuildRequires: audit-libs-devel
 %{?with_selinux:BuildRequires: libselinux-devel}
@@ -59,10 +58,12 @@ however this could be overloaded in settings.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
+       SYSCRONTAB=/etc/cron.d/crontab \
+       SYS_CROND_DIR=/etc/cron.d \
+       --sysconfdir=/etc/cron.d \
        --with-pam \
        --with%{?!with_selinux:out}-selinux \
        --with-audit \
This page took 0.045736 seconds and 4 git commands to generate.