mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +02:00
added symlinks in /usr/local/bin
git-svn-id: trunk@9374 -
This commit is contained in:
parent
6492115d91
commit
ad7a8622d4
@ -347,6 +347,55 @@
|
|||||||
<key>UID</key>
|
<key>UID</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Children</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>Children</key>
|
||||||
|
<array/>
|
||||||
|
<key>GID</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>Path</key>
|
||||||
|
<string>./bin/lazarus</string>
|
||||||
|
<key>Path Type</key>
|
||||||
|
<integer>2</integer>
|
||||||
|
<key>Privileges</key>
|
||||||
|
<integer>493</integer>
|
||||||
|
<key>Type</key>
|
||||||
|
<integer>3</integer>
|
||||||
|
<key>UID</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>Children</key>
|
||||||
|
<array/>
|
||||||
|
<key>GID</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>Path</key>
|
||||||
|
<string>./bin/startlazarus</string>
|
||||||
|
<key>Path Type</key>
|
||||||
|
<integer>2</integer>
|
||||||
|
<key>Privileges</key>
|
||||||
|
<integer>493</integer>
|
||||||
|
<key>Type</key>
|
||||||
|
<integer>3</integer>
|
||||||
|
<key>UID</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
<key>GID</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>Path</key>
|
||||||
|
<string>bin</string>
|
||||||
|
<key>Path Type</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
<key>Privileges</key>
|
||||||
|
<integer>493</integer>
|
||||||
|
<key>Type</key>
|
||||||
|
<integer>1</integer>
|
||||||
|
<key>UID</key>
|
||||||
|
<integer>0</integer>
|
||||||
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>GID</key>
|
<key>GID</key>
|
||||||
<integer>0</integer>
|
<integer>0</integer>
|
||||||
|
@ -44,6 +44,12 @@ make lcl LCL_PLATFORM=carbon PP=$COMPILER
|
|||||||
strip lazarus
|
strip lazarus
|
||||||
strip startlazarus
|
strip startlazarus
|
||||||
|
|
||||||
|
# create symlinks
|
||||||
|
mkdir -p $BUILDDIR\bin
|
||||||
|
cd $BUILDDIR\bin
|
||||||
|
ln -s ../share/lazarus/lazarus lazarus
|
||||||
|
ln -s ../share/lazarus/startlazarus lazarus
|
||||||
|
|
||||||
# copy license file, it must be a txt file.
|
# copy license file, it must be a txt file.
|
||||||
cp $LAZBUILDDIR/COPYING.GPL $BUILDDIR/License.txt
|
cp $LAZBUILDDIR/COPYING.GPL $BUILDDIR/License.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user