Skip to content
Snippets Groups Projects
Commit 1accc69e authored by ale's avatar ale
Browse files

Fix a typo in our custom dh_installsystemd rule

parent 7eb16282
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ PrivateDevices=yes
ProtectHome=yes
ProtectSystem=full
ReadOnlyDirectories=/
ReadWriteDirectories=/var/lib/gitlab-deps
[Install]
WantedBy=multi-user.target
......@@ -19,5 +19,5 @@ override_dh_auto_install:
install -o root -g root -m 755 $(CURDIR)/contrib/update.sh \
$(CURDIR)/debian/gitlab-deps/usr/sbin/update-gitlab-deps
override_dh_install_systemd:
dh_install_systemd $(SYSTEMD_UNITS)
override_dh_installsystemd:
dh_installsystemd $(SYSTEMD_UNITS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment