Skip to content

Commit

Permalink
spdk.spec: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Harris <[email protected]>
Change-Id: I9751386c699eaf2310ca57441820837198206a60

Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1221
Tested-by: SPDK CI Jenkins <[email protected]>
Reviewed-by: Ben Walker <[email protected]>
Reviewed-by: Shuhei Matsumoto <[email protected]>
Reviewed-by: Aleksey Marchuk <[email protected]>
  • Loading branch information
jimharris authored and tomzawadzki committed Mar 12, 2020
1 parent 9d21a31 commit 330ab40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/spdk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ find scripts -type f -regextype egrep -regex '.*(spdkcli|rpc).*[.]py' \
find %{install_datadir}/scripts -type f -regextype egrep -regex '.*([.]py|[.]sh)' \
-exec sed -i -E '1s@#!/usr/bin/env (.*)@#!/usr/bin/\1@' {} +

# synlinks to tools
# symlinks to tools
mkdir -p %{install_sbindir}
ln -sf -r %{install_datadir}/scripts/rpc.py %{install_sbindir}/%{name}-rpc
ln -sf -r %{install_datadir}/scripts/spdkcli.py %{install_sbindir}/%{name}-cli
Expand Down

0 comments on commit 330ab40

Please sign in to comment.