Skip to content
Snippets Groups Projects
Commit f770a3a5 authored by rvanhoudt's avatar rvanhoudt
Browse files

added creation of config/sync dir in release

parent 04bc3cd2
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ if [ $IS_USER ]; then
chown $IS_USER:apache %{name}-%{version} -R
fi
cd current
mkdir -p config/sync
%files
%{_prefix}/%{name}-%{version}/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment