diff options
author | Florian Dold <florian@dold.me> | 2021-08-28 18:55:38 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-08-28 18:55:38 +0200 |
commit | cc6960d13cbd337f58f74b04688fe7a6ee61a4f0 (patch) | |
tree | da3a787d2e6a99f4169363f3999d0b6809f9092b | |
parent | c6528ac776e68023fff10fa4261653a39cc72528 (diff) | |
download | gnunet-cc6960d13cbd337f58f74b04688fe7a6ee61a4f0.tar.gz gnunet-cc6960d13cbd337f58f74b04688fe7a6ee61a4f0.zip |
-debian
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 88c520314..df4eb6704 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -36,7 +36,7 @@ override_dh_auto_install-arch: | |||
36 | override_dh_auto_install-indep: | 36 | override_dh_auto_install-indep: |
37 | 37 | ||
38 | override_dh_installsystemd: | 38 | override_dh_installsystemd: |
39 | dh_installsystemd --no-start --no-enable | 39 | dh_installsystemd --no-start --no-enable gnunet.service |
40 | 40 | ||
41 | execute_after_dh_auto_install: | 41 | execute_after_dh_auto_install: |
42 | dh_link -plibgnunet-dev \ | 42 | dh_link -plibgnunet-dev \ |