sshfs-mapper: Typo in configuration installation.

git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1398 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
Glenn Y. Rolland 2009-08-15 17:29:17 +00:00
parent 18771f119c
commit 71a81ec2a2

View file

@ -19,7 +19,7 @@ install:
#
mkdir -p $(CONFDIR)
for f in `ls conf`; do \
cp conf/$$f $(CONFDIR)/$ff ; \
cp conf/$$f $(CONFDIR)/$$f ; \
done
#
mkdir -p $(DOCDIR)/examples