Skip to content

Commit

Permalink
fix target debpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed May 17, 2023
1 parent e68be95 commit 0ef335a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ checkout_latest:
latest: clean checkout_latest test build

debpkg:
$(shell sed -i -E "s#!THE_VERSION!#${VERSION_NUMBER}#" ./.debpkg/DEBIAN/control)
$(shell dpkg-deb --build ./.debpkg .)
sed -i -E "s#!THE_VERSION!#${VERSION_NUMBER}#" ./.debpkg/DEBIAN/control
dpkg-deb --build ./.debpkg .
git restore ./.debpkg/DEBIAN/control

0 comments on commit 0ef335a

Please sign in to comment.