Don't fail to install if sysconfdir isn't writable
This commit is contained in:
committed by
Tobias Brunner
parent
55e85387bb
commit
0efea2fd86
@@ -56,7 +56,7 @@ maintainer-clean-local:
|
||||
cd $(srcdir) && rm -f swanctl.conf swanctl.conf.5.main
|
||||
|
||||
install-data-local: swanctl.conf
|
||||
test -e "$(DESTDIR)$(swanctldir)" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)"
|
||||
test -e "$(DESTDIR)$(swanctldir)" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)" || true
|
||||
test -e "$(DESTDIR)$(swanctldir)/x509" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509" || true
|
||||
test -e "$(DESTDIR)$(swanctldir)/x509ca" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509ca" || true
|
||||
test -e "$(DESTDIR)$(swanctldir)/x509aa" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)/x509aa" || true
|
||||
|
||||
Reference in New Issue
Block a user