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 b1656c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nethserver-rh-mariadb105.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ NethServer MariaDB 10.5 configuration
%setup

%build
%{__mkdir} -p root/var/log/rh-mariadb105
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 b1656c2

Please sign in to comment.