diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 0b0fa18..c893e9a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PACKAGE := storage-tools %: - dh ${@} --parallel --with apache2,systemd + dh ${@} --with apache2,systemd override_dh_auto_build: # disabled |