From a546bf8d5b4246ff60a7d96baf9adcfc5872ffc2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 21 Sep 2013 01:38:04 +0200 Subject: pyuno: rename the python wrapper executable Putting it in a subdirectory on solver is no longer necessary since python3 started delivering to INSTDIR, so lose the crazy naming. Change-Id: I17e924e5d872768a64f6a3112f1294f3def7120e --- Repository.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index cb71e155dce8..497d8c8383ad 100644 --- a/Repository.mk +++ b/Repository.mk @@ -100,7 +100,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \ $(if $(filter WNT,$(OS)), \ crashrep_com \ odbcconfig \ - pyuno/python \ + python \ quickstart \ sbase \ scalc \ -- cgit