summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-24 20:50:56 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-24 21:02:37 +0300
commitd5810b8baee3a3670210e01535485543aab3d274 (patch)
treee58e88a97c219287d51a2dfa86f9e4a4ea8adcd5 /packages
parent508999bc2d58668ccc55248f0c319ee866f71c15 (diff)
downloadspm-d5810b8baee3a3670210e01535485543aab3d274.tar.gz
spm-d5810b8baee3a3670210e01535485543aab3d274.tar.bz2
spm-d5810b8baee3a3670210e01535485543aab3d274.tar.xz
spm-d5810b8baee3a3670210e01535485543aab3d274.zip
Add some more error checks and escapes.
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/libxml2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libxml2.sh b/packages/libxml2.sh
index 37ac41b..a37ac60 100755
--- a/packages/libxml2.sh
+++ b/packages/libxml2.sh
@@ -4,7 +4,7 @@ function package_build {
run_git_switch_branch master
run_autoreconf -i
- run_configure --with-python-install-dir=${bindir}/lib/python
+ run_configure --with-python-install-dir="${bindir}/lib/python"
run_make
run_make_install