summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-06-22 12:35:48 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-06-22 12:35:48 +0300
commitfa2b4faf58cc8726661f84e8289b5ccb626d40e7 (patch)
tree90aa7a8bfa090078a6dea2da77b86f8f4eea3d12 /build
parent64656dc9336370e00a1d9e65334334d27d998991 (diff)
python modules installer updated
Diffstat (limited to 'build')
-rw-r--r--build/subst.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/subst.inc b/build/subst.inc
index 99cac7f4f5..9682cf882f 100644
--- a/build/subst.inc
+++ b/build/subst.inc
@@ -3,6 +3,7 @@
-e 's#[@]localstatedir_POST@#$(localstatedir)#g' \
-e 's#[@]sbindir_POST@#$(sbindir)#g' \
-e 's#[@]sysconfdir_POST@#$(sysconfdir)#g' \
+ -e 's#[@]pythondir_POST@#$(pythondir)#g' \
$< > $@.tmp; then \
mv "$@.tmp" "$@"; \
else \