[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 08/16: Issue 2020 - Fixed issue when build.py is called without any directory at all
David Prévot
taffit at moszumanska.debian.org
Wed Mar 18 18:21:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.
commit f8d453a56cc22f9390d996e3a2ba7e3f3b2ae12b
Author: Wladimir Palant <trev at adblockplus.org>
Date: Fri Feb 27 08:43:13 2015 +0100
Issue 2020 - Fixed issue when build.py is called without any directory at all
---
build.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.py b/build.py
index 92f7256..cca908e 100755
--- a/build.py
+++ b/build.py
@@ -3,7 +3,7 @@
import os, sys, subprocess
-BASE_DIR = os.path.dirname(__file__)
+BASE_DIR = os.path.dirname(os.path.abspath(__file__))
DEPENDENCY_SCRIPT = os.path.join(BASE_DIR, "ensure_dependencies.py")
try:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git
More information about the Pkg-mozext-commits
mailing list