From 2b52d5cb416cc16c3bb4732a41f0f981371b3648 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Sat, 15 Jan 2011 16:24:19 +0100 Subject: Do not install config files with user/group, as it might not exist on build machine --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c079bdee4..cd75de5e9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,4 +76,4 @@ EXTRA_DIST = strongswan.conf install-exec-local : test -e "$(DESTDIR)${sysconfdir}" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)" - test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -o ${ipsecuid} -g ${ipsecgid} -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true + test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 640 $(srcdir)/strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf || true -- cgit v1.2.3