From bdf8bbb23e9ab0761c95ba9fdea06556e7299f13 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Fri, 9 Apr 2010 18:51:50 +0200 Subject: [PATCH] Oops, fix pathes. Signed-off-by: Florent Bruneau --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4e808b6..7d02b14 100644 --- a/Makefile +++ b/Makefile @@ -148,10 +148,10 @@ spool/openid/store: banana: htdocs/images/banana htdocs/css/banana.css include/banana/banana.inc.php htdocs/images/banana: banana-sub - cd $(@D) && ln -snf banana/banana/img $(@F) + cd $(@D) && ln -snf ../../banana/img $(@F) htdocs/css/banana.css: banana-sub - cd $(@D) && ln -snf banana/css/style.css $(@F) + cd $(@D) && ln -snf ../../banana/css/style.css $(@F) include/banana/banana.inc.php: banana-sub cd $(@D) && find ../../banana/banana/ -name '*.php' -exec ln -snf {} . ";" -- 2.1.4