summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c3e9624..8fef4d8 100644
--- a/Makefile
+++ b/Makefile
@@ -167,12 +167,12 @@ smokeping-$(VERSION).tar.gz:
rm -rf smokeping-$(VERSION)/qooxdoo/source/perl/Qooxdoo/Services/Smokeping.pm
(cd smokeping-$(VERSION) && $(MAKE) doc)
(cd smokeping-$(VERSION)/qooxdoo && $(MAKE) build)
- cd smokeping-$(VERSION)
- cp build/tr.cgi htdocs/tr.cgi.dist
- cp build/index.html htdocs/tr.html
- cp -rp build/script htdocs
- cp -rp build/resource htdocs
- cp -rp build/perl/* lib
+ cd smokeping-$(VERSION)/qooxdoo
+ cp build/tr.cgi ../../htdocs/tr.cgi.dist
+ cp build/index.html ../../htdocs/tr.html
+ cp -rp build/script ../../htdocs
+ cp -rp build/resource ../../htdocs
+ cp -rp build/perl/* ../../lib
make clean
rm -rf build
cd ..