Skip to content

Commit

Permalink
Use /var/log/rh-mariadb105 for log directory
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed May 31, 2021
1 parent 8fbb18b commit a80379f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nethserver-rh-mariadb105.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ perl createlinks
%install
rm -rf %{buildroot}
(cd root; find . -depth -print | cpio -dump %{buildroot})
%{genfilelist} %{buildroot} > %{name}-%{version}-filelist
%{genfilelist} \
--dir /var/log/rh-mariadb105 'attr(0755,mysql,mysql)' \
%{buildroot} > %{name}-%{version}-filelist

%post

Expand Down

0 comments on commit a80379f

Please sign in to comment.