mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +02:00
rpm: fixed omitting editoroptions.xml
git-svn-id: branches/fixes_1_8@55296 -
This commit is contained in:
parent
4a9cb27032
commit
2a3bb0a180
@ -1,2 +1,2 @@
|
||||
/etc/lazarus/environmentoptions.xml
|
||||
/etc/lazarus/editoroptions.xml
|
||||
|
||||
|
@ -69,7 +69,6 @@ ln -sf $LAZARUSDIR/lazbuild %{buildroot}%{_bindir}/lazbuild
|
||||
cat lazarus/install/man/man1/lazbuild.1 | gzip > %{buildroot}%{_mandir}/man1/lazbuild.1.gz
|
||||
cat lazarus/install/man/man1/lazarus-ide.1 | gzip > %{buildroot}%{_mandir}/man1/lazarus-ide.1.gz
|
||||
cat lazarus/install/man/man1/startlazarus.1 | gzip > %{buildroot}%{_mandir}/man1/startlazarus.1.gz
|
||||
install lazarus/tools/install/linux/editoroptions.xml %{buildroot}%{_sysconfdir}/lazarus/editoroptions.xml
|
||||
cat lazarus/tools/install/linux/environmentoptions.xml | sed -e "s#__LAZARUSDIR__#$LAZARUSDIR/#" -e "s#__FPCSRCDIR__#%{_datadir}/fpcsrc/#" > %{buildroot}%{_sysconfdir}/lazarus/environmentoptions.xml
|
||||
|
||||
|
||||
@ -90,7 +89,6 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_datadir}/pixmaps/lazarus.png
|
||||
%{_datadir}/applications/lazarus.desktop
|
||||
%{_datadir}/mime/packages/lazarus.xml
|
||||
%{_sysconfdir}/lazarus/editoroptions.xml
|
||||
%{_sysconfdir}/lazarus/environmentoptions.xml
|
||||
%{_mandir}/*/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user