diff options
author | JF Ding <jian-feng.ding@intel.com> | 2013-11-19 10:09:06 +0800 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2013-12-13 04:34:43 -0500 |
commit | d5afacb10fd863a763ba397dfa4fa4fe396245d7 (patch) | |
tree | bb6f37ec8d3db5b4b46fe6ba72837d4c58100808 /packaging/mic.spec | |
parent | eadd8a20bb4dcbcecf3e2f855353ace1d39f98ba (diff) | |
download | mic-d5afacb10fd863a763ba397dfa4fa4fe396245d7.tar.gz mic-d5afacb10fd863a763ba397dfa4fa4fe396245d7.tar.bz2 mic-d5afacb10fd863a763ba397dfa4fa4fe396245d7.zip |
clean up and refine all the docs in git
Break the long lines, remove the deprecated content, etc.
BTW, other minor changes include:
* move the cmdln completion scripts to more proper places
* file permission checking
Change-Id: I063d99119156b45279a387c24280723ae70f4eb2
Signed-off-by: Jianfeng Ding <jian-feng.ding@intel.com>
Diffstat (limited to 'packaging/mic.spec')
-rw-r--r-- | packaging/mic.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/mic.spec b/packaging/mic.spec index cf33400..30783fb 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -113,11 +113,11 @@ install -m644 doc/mic.1 %{buildroot}/%{_prefix}/share/man/man1 # install bash completion install -d -m0755 %{buildroot}/%{_sysconfdir}/bash_completion.d/ -install -Dp -m0755 etc/%{name}.bash %{buildroot}/%{_sysconfdir}/bash_completion.d/%{name}.sh +install -Dp -m0755 etc/bash_completion.d/%{name}.sh %{buildroot}/%{_sysconfdir}/bash_completion.d/ # install zsh completion install -d -m0755 %{buildroot}/%{_sysconfdir}/zsh_completion.d/ -install -Dp -m0755 etc/_%{name} %{buildroot}/%{_sysconfdir}/zsh_completion.d/_%{name} +install -Dp -m0755 etc/zsh_completion.d/_%{name} %{buildroot}/%{_sysconfdir}/zsh_completion.d/ install -Dp -m0755 tools/mic %{buildroot}/%{_bindir}/mic-native |