Skip to content
Snippets Groups Projects
Commit 2960c116 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

rpm script updates, fix improper merge of 442c2553

parent 4fe5aeeb
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ echo "locale svn r$SVN_REVISION" >> resources/static/ver.txt
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_rootdir}
for f in bin config lib locale node_modules resources scripts *.json; do
for f in bin lib locale node_modules resources scripts *.json; do
cp -rp $f %{buildroot}%{_rootdir}/
done
mkdir -p %{buildroot}%{_rootdir}/config
......
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