chore: copy the service with the package's name
All checks were successful
Build package / typos (push) Successful in 1m20s
All checks were successful
Build package / typos (push) Successful in 1m20s
This commit is contained in:
parent
9143154d7a
commit
4e8830a711
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ mkdir -vp \
|
|||
# Package content
|
||||
VERSION=$version make build
|
||||
cp -v "$package_name" "${deb_folder}/usr/local/bin/"
|
||||
cp -v deb/printer.service "${deb_folder}/lib/systemd/system/"
|
||||
cp -v "deb/${package_name}.service" "${deb_folder}/lib/systemd/system/"
|
||||
|
||||
# DEBIAN
|
||||
cat - > "${deb_folder}/DEBIAN/control" <<EOF
|
||||
|
|
Loading…
Reference in a new issue