From e6bfc1126e39445709adda15a7c2fa403d624e55 Mon Sep 17 00:00:00 2001 From: glenux 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