summaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2021-04-08 16:26:35 +0000
committerJulien Cristau <jcristau@debian.org>2021-04-08 16:26:35 +0000
commitf7ad3147ccf06d306fbe90601a9879fbd1e70cba (patch)
tree5161cde90649c13c24870f6b01332c38f89a92b8 /sbin/Makefile
parent40474a99d28d1dc89a5f0eadfea1796678488e87 (diff)
parent66951d3b45ffe24d182d36ec02d3ec7aee30ece7 (diff)
downloadca-certificates-f7ad3147ccf06d306fbe90601a9879fbd1e70cba.tar.gz
Merge branch 'master' into 'master'
ca-certificates: Two small updates See merge request debian/ca-certificates!5
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index a9658e7..1976cc3 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -3,9 +3,12 @@
#
#
+SBINDIR = /usr/sbin
+
all:
clean:
install:
- install -m755 update-ca-certificates $(DESTDIR)/usr/sbin/
+ install -d $(DESTDIR)$(SBINDIR)
+ install -m755 update-ca-certificates $(DESTDIR)$(SBINDIR)/