deb: lazarus: removed editoroptions.xml, the built-in defaults are better

git-svn-id: branches/fixes_1_8@55281 -
This commit is contained in:
mattias 2017-06-09 14:35:54 +00:00
parent 0665b0a72f
commit a6f03476f7
3 changed files with 0 additions and 8 deletions

1
.gitattributes vendored
View File

@ -10213,7 +10213,6 @@ tools/install/get_fpc_full_version.sh svneol=native#text/plain
tools/install/get_lazarus_version.bat svneol=native#text/x-msdos-program
tools/install/get_lazarus_version.sh svneol=native#text/plain
tools/install/get_svn_revision_number.sh svneol=native#text/plain
tools/install/linux/editoroptions.xml svneol=native#text/plain
tools/install/linux/environmentoptions.xml svneol=native#text/plain
tools/install/macosx/License.html svneol=native#text/plain
tools/install/macosx/README.txt svneol=native#text/plain

View File

@ -222,7 +222,6 @@ done
# default configs
mkdir -p $LazBuildDir/etc/lazarus
cp $EtcSrcDir/editoroptions.xml $LazBuildDir/etc/lazarus/
cat $EtcSrcDir/environmentoptions.xml | \
sed -e "s#__LAZARUSDIR__#$LazDestDirInstalled/#" \
-e "s#__FPCSRCDIR__#/usr/share/fpcsrc/\$(FPCVER)/#" \

View File

@ -1,6 +0,0 @@
<?xml version="1.0"?>
<CONFIG>
<EditorOptions Version="2">
<Display EditorFont="-adobe-courier-medium-r-normal-*-*-*-*-*-*-*-iso10646-1" ExtraLineSpacing="2"/>
</EditorOptions>
</CONFIG>