Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
a8a6c2c6
Commit
a8a6c2c6
authored
Feb 05, 2019
by
tomponline
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix rpm packaging for bash completion directory.
Closed #1825 Signed-off-by:
tomponline
<
tomp@tomp.uk
>
parent
9fb7aab8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lxc.spec.in
lxc.spec.in
+4
-0
No files found.
lxc.spec.in
View file @
a8a6c2c6
...
@@ -125,6 +125,10 @@ development of the Linux containers.
...
@@ -125,6 +125,10 @@ development of the Linux containers.
%prep
%prep
%setup -q -n %{name}-%{version}%{?beta_dot}
%setup -q -n %{name}-%{version}%{?beta_dot}
%build
%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 \
PATH=$PATH:/usr/sbin:/sbin %configure $args \
%if "x%{_unitdir}" != "x"
%if "x%{_unitdir}" != "x"
--with-systemdsystemunitdir=%{_unitdir} \
--with-systemdsystemunitdir=%{_unitdir} \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment