fpm: renamed fpc-src-laz spec

This commit is contained in:
mattias 2024-10-23 18:35:46 +02:00
parent edcd4cf729
commit e62c4442e4
2 changed files with 2 additions and 2 deletions

View File

@ -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