mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 15:39:49 +02:00
deb: lazarus: removed editoroptions.xml, the built-in defaults are better
git-svn-id: branches/fixes_1_8@55281 -
This commit is contained in:
parent
0665b0a72f
commit
a6f03476f7
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
@ -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)/#" \
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user