X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=lxc.spec.in;h=ec6321c333aa8d50f3d66dbcc2e8760561926f45;hb=cbbdd1dd351c4be53d7e9616d805b882e8c11722;hp=7fcd811ff7e413f0f94453dc516813d86195c950;hpb=8a2ae1647db77689f923459ef24b5e39f596fe7b;p=mirror_lxc.git diff --git a/lxc.spec.in b/lxc.spec.in index 7fcd811ff..ec6321c33 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -125,6 +125,10 @@ development of the Linux containers. %prep %setup -q -n %{name}-%{version}%{?beta_dot} %build + +#Dont use pkgconfig to get bash completion dir and use backwards compatible location. +export bashcompdir=%{_sysconfdir}/bash_completion.d + PATH=$PATH:/usr/sbin:/sbin %configure $args \ %if "x%{_unitdir}" != "x" --with-systemdsystemunitdir=%{_unitdir} \