mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 01:58:14 +02:00
laz deb: using ~/tmp instead of /tmp
git-svn-id: trunk@16429 -
This commit is contained in:
parent
5bad71b73e
commit
a400a59f69
@ -59,7 +59,7 @@ LazVersion=$(./get_lazarus_version.sh)$LazVersionPostfix
|
||||
LazRelease='0'
|
||||
SrcTGZ=lazarus-$LazVersion-$LazRelease.tar.gz
|
||||
CurDir=`pwd`
|
||||
TmpDir=/tmp/lazarus$LazVersion
|
||||
TmpDir=~/tmp/lazarus$LazVersion
|
||||
LazBuildDir=$TmpDir/lazarus_build
|
||||
LazDeb=$CurDir/lazarus_${LazVersion}-${LazRelease}_$Arch.deb
|
||||
DebianSrcDir=$CurDir/debian_lazarus
|
||||
|
Loading…
Reference in New Issue
Block a user