From 71a81ec2a235621ad818a145ed63c46bd4a65a0b Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sat, 15 Aug 2009 17:29:17 +0000 Subject: [PATCH] sshfs-mapper: Typo in configuration installation. git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1398 eaee96b3-f302-0410-b096-c6cfd47f7835 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cb6680..06bf95e 100644 --- a/Makefile +++ b/Makefile @@ -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