[Pkg-mozext-commits] [adblock-plus] 16/41: 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:38 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.

commit 250783d4a4b8a1e390c3e46c33e03f1a6a5699ac
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.git



More information about the Pkg-mozext-commits mailing list