Removed trailing whitespaces in configure.in/Makefile.am

This commit is contained in:
Martin Willi
2009-09-07 11:48:03 +02:00
parent 0755e98e5c
commit 8b3b4a244e
10 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -50,6 +50,6 @@ endif
EXTRA_DIST = strongswan.conf
install-exec-local :
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