summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-12-14 04:01:33 +0000
committerChristian Pointner <equinox@anytun.org>2009-12-14 04:01:33 +0000
commit1bcfd4d17e56a20cbdb2a5dac3d42a348da3d834 (patch)
treeb85e8ab2e9f247ab0bc25b563d5d2e9924fb76a1 /src/Makefile
parentfixed spelling error unkown != unknown (diff)
fixed permissions bug at make install
fixed device name uanytun to anytun at p2p examples
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index f3c9801..9d1b4b0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -251,7 +251,7 @@ install-examples:
cd conf.d ; \
for file in `ls`; do \
if [ -f $$file ]; then \
- $(INSTALL) -m 644 $$file $(DESTDIR)$(EXAMPLESDIR)/anytun/$$dir/conf.d ; \
+ $(INSTALL) -m 600 $$file $(DESTDIR)$(EXAMPLESDIR)/anytun/$$dir/conf.d ; \
fi ; \
done ; \
cd .. ; \