summaryrefslogtreecommitdiffstats
path: root/pavement.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-10-13 18:16:42 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-10-13 18:16:42 +0200
commit6c48f82caad57b103e8f021cc01747502513cce3 (patch)
tree513e7711da9e081ebacb3dbaaede62f012f5f38f /pavement.py
parentfixed manifest to include compiled plugins (diff)
downloadpyload-6c48f82caad57b103e8f021cc01747502513cce3.tar.xz
Updated Setup.py path in pavement
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index 5bab2bfc8..ea6775b1a 100644
--- a/pavement.py
+++ b/pavement.py
@@ -150,7 +150,7 @@ def generate_locale():
makepot("core", path("pyload"), EXCLUDE)
makepot("plugins", path("pyload") / "plugins")
- makepot("setup", "", [], includes="./pyload/Setup.py\n")
+ makepot("setup", "", [], includes="./pyload/setup/Setup.py\n")
makepot("cli", path("pyload") / "cli", [])
makepot("webUI", path("pyload") / "web" / "app", ["components", "vendor", "gettext"], endings=[".js", ".html"],
xxargs="--language=Python --force-po".split(" "))