Merge pull request #1577 from akva2/bash_completion

added: install bash tab completion for flow
This commit is contained in:
Arne Morten Kvarving
2018-09-25 12:32:36 +02:00
committed by GitHub
3 changed files with 5 additions and 0 deletions

View File

@@ -118,3 +118,6 @@ endif (NOT EIGEN3_FOUND)
if (HAVE_OPM_TESTS)
include (${CMAKE_CURRENT_SOURCE_DIR}/compareECLFiles.cmake)
endif()
include(OpmBashCompletion)
opm_add_bash_completion(flow)

View File

@@ -1 +1,2 @@
usr/bin/*
etc/bash_completion.d/flow_bash_completion.sh

View File

@@ -174,6 +174,7 @@ rm -rf %{buildroot}
%files doc
%{_docdir}/*
/etc/bash_completion.d/flow_bash_completion.sh
%files -n libopm-simulators1
%defattr(-,root,root,-)