mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1577 from akva2/bash_completion
added: install bash tab completion for flow
This commit is contained in:
commit
c5cb088d93
@ -118,3 +118,6 @@ endif (NOT EIGEN3_FOUND)
|
|||||||
if (HAVE_OPM_TESTS)
|
if (HAVE_OPM_TESTS)
|
||||||
include (${CMAKE_CURRENT_SOURCE_DIR}/compareECLFiles.cmake)
|
include (${CMAKE_CURRENT_SOURCE_DIR}/compareECLFiles.cmake)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
include(OpmBashCompletion)
|
||||||
|
opm_add_bash_completion(flow)
|
||||||
|
1
debian/libopm-simulators1-bin.install
vendored
1
debian/libopm-simulators1-bin.install
vendored
@ -1 +1,2 @@
|
|||||||
usr/bin/*
|
usr/bin/*
|
||||||
|
etc/bash_completion.d/flow_bash_completion.sh
|
||||||
|
@ -174,6 +174,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
/etc/bash_completion.d/flow_bash_completion.sh
|
||||||
|
|
||||||
%files -n libopm-simulators1
|
%files -n libopm-simulators1
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user