From 522546c64bfaff53450b4d161c6acf4b8cd8a2be Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 7 Feb 2013 14:03:55 +0800 Subject: fixes bug --- setup/config.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup/config.py.in') diff --git a/setup/config.py.in b/setup/config.py.in index b601570..0316cb1 100644 --- a/setup/config.py.in +++ b/setup/config.py.in @@ -24,5 +24,5 @@ def get_version(): return "@VERSION@" -def get_package_data_dir(): +def get_data_dir(): return "@datadir@" -- cgit