mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 06:57:54 +02:00
fpm: renamed fpc-src-laz spec
This commit is contained in:
parent
edcd4cf729
commit
e62c4442e4
@ -54,8 +54,8 @@ cp do_nothing.sh $TmpDir/do_nothing.sh
|
||||
chmod a+x $TmpDir/do_nothing.sh
|
||||
|
||||
# create spec file
|
||||
SpecFile=rpm/fpc-src-laz-$LazVersion-$LazRelease.spec
|
||||
cat rpm/fpc-src-laz.spec | \
|
||||
SpecFile=rpm/fpc-src-laz.spec
|
||||
cat rpm/fpc-src-laz.spec.template | \
|
||||
sed -e "s/LAZVERSION/$LazVersion/g" -e "s/LAZRELEASE/$LazRelease/g" -e "s#LAZSCRIPTDIR#$TmpDir#g" \
|
||||
> $SpecFile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user