mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 07:30:22 +02:00
updated fpc deb creation
git-svn-id: trunk@4397 -
This commit is contained in:
parent
3436063976
commit
552a99ca07
@ -70,7 +70,7 @@ if [ "$PkgType" = "deb" ]; then
|
|||||||
# build fpc debs
|
# build fpc debs
|
||||||
|
|
||||||
# change debian files
|
# change debian files
|
||||||
DebianRulezDir=$TmpDir/fpc/install/debian/
|
DebianRulezDir=$TmpDir/install/debian/
|
||||||
Date=13/07/2003
|
Date=13/07/2003
|
||||||
|
|
||||||
# prepend changelog information, needed for version
|
# prepend changelog information, needed for version
|
||||||
@ -101,7 +101,7 @@ if [ "$PkgType" = "deb" ]; then
|
|||||||
|
|
||||||
|
|
||||||
# compile
|
# compile
|
||||||
cd $TmpDir/fpc
|
cd $TmpDir/
|
||||||
make debcopy
|
make debcopy
|
||||||
cd -
|
cd -
|
||||||
cd /usr/src/fpc-$LazVersion
|
cd /usr/src/fpc-$LazVersion
|
||||||
|
Loading…
Reference in New Issue
Block a user