]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Removed -o argument when creating .../ipsec.d with install
authorTobias Brunner <tobias@strongswan.org>
Tue, 19 Jun 2012 15:26:54 +0000 (17:26 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 25 Jun 2012 14:37:34 +0000 (16:37 +0200)
This should have been removed with 2b52d5cb41.

src/starter/Makefile.am

index 7888b85bcb60625bb26209900141f351bd445d45..c220c2e636adc2a01be05833acb19ef15283cace 100644 (file)
@@ -45,7 +45,7 @@ keywords.c:   $(srcdir)/keywords.txt $(srcdir)/keywords.h
                $(GPERF) -m 10 -C -G -D -t < $(srcdir)/keywords.txt > $@
 
 install-exec-local :
-               test -e "$(DESTDIR)${sysconfdir}/ipsec.d" || $(INSTALL) -o -d "$(DESTDIR)$(sysconfdir)/ipsec.d" || true
+               test -e "$(DESTDIR)${sysconfdir}/ipsec.d" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d" || true
                test -e "$(DESTDIR)${sysconfdir}/ipsec.d/cacerts" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/cacerts" || true
                test -e "$(DESTDIR)${sysconfdir}/ipsec.d/ocspcerts" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/ocspcerts" || true
                test -e "$(DESTDIR)${sysconfdir}/ipsec.d/certs" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/certs" || true