Oops, fix pathes.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 9 Apr 2010 16:51:50 +0000 (18:51 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 9 Apr 2010 16:51:50 +0000 (18:51 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Makefile

index 4e808b6..7d02b14 100644 (file)
--- 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 {} . ";"