diff options
author | Florian Dold <florian@dold.me> | 2021-08-28 19:01:08 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-08-28 19:01:08 +0200 |
commit | 8a85f1376a838adebfafd31cb1119474a7431b74 (patch) | |
tree | 78e8d4f1cc9e4212fc120aafd8aeba1b11aed42e | |
parent | cc6960d13cbd337f58f74b04688fe7a6ee61a4f0 (diff) | |
download | gnunet-8a85f1376a838adebfafd31cb1119474a7431b74.tar.gz gnunet-8a85f1376a838adebfafd31cb1119474a7431b74.zip |
-debian
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index df4eb6704..136100584 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 gnunet.service | 39 | dh_installsystemd -pgnunet --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 \ |