diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-06 12:31:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-06 12:31:39 +0200 |
commit | da28ccc6f848695609d32090142f1b4af0e27b17 (patch) | |
tree | c562fe90cce0de3806af7eb950a24b56cd5bcf22 /package/openswan | |
parent | bca6ef2825babceb9fcef2b160cc1f2674485f55 (diff) |
massive whitespace cleanup (EOL), suggested by j.seitter
Diffstat (limited to 'package/openswan')
-rw-r--r-- | package/openswan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openswan/Makefile b/package/openswan/Makefile index 13110a76d..6c8a62c98 100644 --- a/package/openswan/Makefile +++ b/package/openswan/Makefile @@ -43,7 +43,7 @@ ALL_TARGET:= programs post-install: ${INSTALL_DIR} ${IDIR_OPENSWAN}/usr/lib/ipsec ${INSTALL_DIR} ${IDIR_OPENSWAN}/usr/libexec/ipsec - ${INSTALL_DIR} ${IDIR_OPENSWAN}/etc/ipsec.d + ${INSTALL_DIR} ${IDIR_OPENSWAN}/etc/ipsec.d ${INSTALL_DIR} ${IDIR_OPENSWAN}/usr/sbin ${INSTALL_DATA} ${WRKINST}/etc/ipsec.conf ${IDIR_OPENSWAN}/etc/ ${CP} ${WRKINST}/etc/ipsec.d/* ${IDIR_OPENSWAN}/etc/ipsec.d |