Merge "debian: Correct helm-upload path"
This commit is contained in:
commit
2ed687c8c1
@ -1,4 +1,4 @@
|
||||
etc/sudoers.d/helm
|
||||
usr/sbin/helm
|
||||
usr/sbin/helm-upload
|
||||
usr/sbin/helmv2-cli
|
||||
usr/local/sbin/helm-upload
|
||||
usr/local/sbin/helmv2-cli
|
||||
|
@ -18,8 +18,12 @@ override_dh_auto_build:
|
||||
|
||||
override_dh_auto_install:
|
||||
install -d -m 755 $(SBINDIR)
|
||||
install -d -m 755 $(ROOT)/usr/local/sbin
|
||||
install -p -D -m 755 $(HELM_EXECUTABLE) $(SBINDIR)
|
||||
install -p -D -m 755 helm-upload $(SBINDIR)
|
||||
install -p -D -m 755 helmv2-cli.sh $(SBINDIR)/helmv2-cli
|
||||
install -p -D -m 755 helm-upload $(ROOT)/usr/local/sbin
|
||||
install -p -D -m 755 helmv2-cli.sh $(ROOT)/usr/local/sbin/helmv2-cli
|
||||
install -d -m 755 $(SUDOERDIR)
|
||||
install -p -D -m 440 helm.sudo $(SUDOERDIR)/helm
|
||||
|
||||
override_dh_usrlocal:
|
||||
# Do Nothing
|
||||
|
Loading…
Reference in New Issue
Block a user