We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3664191 commit 76b5d5dCopy full SHA for 76b5d5d
SPECS/bcc.spec
@@ -88,6 +88,10 @@ popd
88
%install
89
pushd build
90
make install/strip DESTDIR=%{buildroot}
91
+# mangle shebangs
92
+find %{buildroot}/usr/share/bcc/{tools,examples} -type f -exec \
93
+ sed -i -e '1 s|^#!/usr/bin/python$|#!'%{__python}'|' \
94
+ -e '1 s|^#!/usr/bin/env python$|#!'%{__python}'|' {} \;
95
96
%package -n libbcc
97
Summary: Shared Library for BPF Compiler Collection (BCC)
0 commit comments