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

more rpm fixes: instead of pulling in all config/, just l10n-all.json

parent 96898b6c
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,11 @@ 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
cp -p config/l10n-all.json %{buildroot}%{_rootdir}/config
%clean
rm -rf %{buildroot}
......
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