Skip to content
Snippets Groups Projects
Commit 96898b6c authored by Pete Fritchman's avatar Pete Fritchman
Browse files

include configs in RPM, so we can reference l10n-all.json in stage

parent 3f607cc7
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 lib locale node_modules resources scripts *.json; do
for f in bin config lib locale node_modules resources scripts *.json; do
cp -rp $f %{buildroot}%{_rootdir}/
done
......
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