diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:53:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:53:36 +0000 |
commit | b97ae2c35f1894d56409a26557eda34b414e22ad (patch) | |
tree | 2e73d21eef8afaf2bac14aa4ae65ba5e90efd06d /debian/rules | |
parent | Releasing progress-linux version 1.62.1-1~progress7.99u1. (diff) | |
download | nghttp2-b97ae2c35f1894d56409a26557eda34b414e22ad.tar.xz nghttp2-b97ae2c35f1894d56409a26557eda34b414e22ad.zip |
Merging debian version 1.62.1-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 6a2c390..90c9a98 100755 --- a/debian/rules +++ b/debian/rules @@ -55,10 +55,8 @@ custom_install_init_scripts: # Currently we install our own systemd unit because # the original one is slightly broken -SYSTEMD="debian/nghttp2-proxy/lib/systemd/system" custom_install_systemd: - install -d $(SYSTEMD) - install -p -m644 debian/nghttpx.service $(SYSTEMD)/nghttpx.service + dh_installsystemd -pnghttp2-proxy --name nghttpx %: dh $@ |