Skip to content

Commit

Permalink
Merge pull request #45 from coder5506/master
Browse files Browse the repository at this point in the history
fix build error updating TAG_RELEASE
  • Loading branch information
Alistair-Crompton authored Feb 9, 2024
2 parents 77e33b9 + ca7705a commit 3a937f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stage:
cp $(basename)/GNUmakefile $(stage)
sed -e 's/\$$Version\$$/$(version)/' \
$(basename)/DEBIAN/control > $(stage)/DEBIAN/control
sed -e 's/TAG_RELEASE.*/TAG_RELEASE = "ON$(version)"/' \
sed -e 's/TAG_RELEASE =.*/TAG_RELEASE = "ON$(version)"/' \
$(basename)/opt/DGTCentaurMods/consts/consts.py > \
$(stage)/opt/DGTCentaurMods/consts/consts.py

Expand Down

0 comments on commit 3a937f8

Please sign in to comment.