mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 21:19:23 +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
|
||||
|
||||
# change debian files
|
||||
DebianRulezDir=$TmpDir/fpc/install/debian/
|
||||
DebianRulezDir=$TmpDir/install/debian/
|
||||
Date=13/07/2003
|
||||
|
||||
# prepend changelog information, needed for version
|
||||
@ -101,7 +101,7 @@ if [ "$PkgType" = "deb" ]; then
|
||||
|
||||
|
||||
# compile
|
||||
cd $TmpDir/fpc
|
||||
cd $TmpDir/
|
||||
make debcopy
|
||||
cd -
|
||||
cd /usr/src/fpc-$LazVersion
|
||||
|
Loading…
Reference in New Issue
Block a user