diff --git a/audit.changes b/audit.changes index e17b23a..d6c66cc 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 2 18:14:51 UTC 2016 - tchvatal@suse.com + +- Create folder for the m4 file from previous commit to avoid install + failure + ------------------------------------------------------------------- Fri Apr 1 14:15:58 UTC 2016 - tchvatal@suse.com diff --git a/audit.spec b/audit.spec index baec184..a5579fa 100644 --- a/audit.spec +++ b/audit.spec @@ -104,7 +104,7 @@ mkdir -p %{buildroot}/%{_includedir} mkdir -p %{buildroot}/%{_mandir}/man5 # We manually install this since Makefile doesn't install -m 0644 lib/libaudit.h %{buildroot}/%{_includedir} -install -m 0644 ./m4/audit.m4 %{buildroot}%{_datadir}/aclocal/audit.m4 +install -D -m 0644 ./m4/audit.m4 %{buildroot}%{_datadir}/aclocal/audit.m4 # Install libaudit.conf files by hand install -m 0644 docs/libaudit.conf.5 %{buildroot}/%{_mandir}/man5 install -m 0644 init.d/libaudit.conf %{buildroot}/etc