summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-05-18 14:27:34 +0000
committerTed Trask <ttrask01@yahoo.com>2011-05-19 06:31:01 +0000
commitd52a1a4581df30e663d60f082886ab7ba73d5235 (patch)
tree1acca542b48b9f5bdbb8164532c5804fa6f422b2
parentdc6bdb9baadae5f7be775f6b1e2560d4404a3141 (diff)
downloadacf-core-d52a1a4581df30e663d60f082886ab7ba73d5235.tar.bz2
acf-core-d52a1a4581df30e663d60f082886ab7ba73d5235.tar.xz
Fixed minor bug in Makefile
(cherry picked from commit 5fafa6aad121b9bdd329a3195079b619d24c25e5)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27144c0..8c08cef 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ phony+=install
install: install-recursive $(CONF_FILES)
mkdir -p $(DESTDIR)/etc/acf
cp $(CONF_FILES) $(DESTDIR)/etc/acf
- ln -s /etc/acf/skins $(DESTDIR)/$(wwwdir)/userskins
+ ln -sf /etc/acf/skins $(DESTDIR)/$(wwwdir)/userskins
include config.mk