summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild')
-rw-r--r--dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild b/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild
index 26eb3852ca3e..4b7388f30e39 100644
--- a/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild
+++ b/dev-python/python-geoclue/python-geoclue-0.1.0-r1.ebuild
@@ -32,6 +32,6 @@ python_prepare_all() {
python_test() {
VIRTUALX_COMMAND="${PYTHON}"
- cd "${BUILD_DIR}" || die
+ cd "${BUILD_DIR}" || die
virtualmake "${S}"/tests/test.py
}