debian: add rules for open-vault-agent
This commit is contained in:
parent
35743e405a
commit
47303383c4
|
@ -56,6 +56,7 @@ override_dh_auto_configure:
|
|||
mv $(SRCDIR)/$(PKGNAME).service $(SRCDIR)/$(PKGNAME).$(PKGALIAS).service
|
||||
mv $(SRCDIR)/$(PKGNAME).default $(SRCDIR)/$(PKGNAME).$(PKGALIAS).default
|
||||
mv $(SRCDIR)/$(PKGNAME).sysusers $(SRCDIR)/$(PKGNAME).$(PKGALIAS).sysusers
|
||||
mv $(SRCDIR)/$(PKGNAME)-agent@.service $(SRCDIR)/$(PKGNAME)-agent.$(PKGALIAS)-agent@.service
|
||||
yarnpkg config set cacheFolder $(YARNCACHE)
|
||||
( cd "ui" && yarnpkg install )
|
||||
go mod download
|
||||
|
@ -78,6 +79,7 @@ override_dh_auto_test:
|
|||
|
||||
override_dh_installsystemd:
|
||||
dh_installsystemd --name=$(PKGALIAS)
|
||||
dh_installsystemd --name=$(PKGALIAS)-agent@
|
||||
|
||||
override_dh_installinit:
|
||||
dh_installinit --name=$(PKGALIAS)
|
||||
|
|
Loading…
Reference in New Issue