]> git.pld-linux.org Git - packages/lxc.git/commitdiff
- added missing libtoolize, fixed build without bash-completion installed
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Nov 2016 17:40:13 +0000 (18:40 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Nov 2016 17:40:13 +0000 (18:40 +0100)
lxc.spec

index 2f57170d595d8229f127e21e319cd4e6e9eed3f4..5413babb35ea4945c2bea9183b86f7bde28a1187 100644 (file)
--- a/lxc.spec
+++ b/lxc.spec
@@ -165,11 +165,13 @@ bashowe uzupełnianie nazw dla LXC.
 cp -p %{SOURCE1} templates/lxc-pld.in
 
 %build
+%{__libtoolize}
 %{__aclocal} -I config
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
+       bashcompdir=%{bash_compdir} \
        db2xman=docbook2X2man \
        --disable-rpath \
        --enable-bash \
This page took 0.058401 seconds and 4 git commands to generate.