Skip to content

Commit

Permalink
Merge pull request #3663 from gaborznagy/fix-python-sed-in-spec-file
Browse files Browse the repository at this point in the history
packaging/rhel: remove python3 path fixup in syslog-ng.spec
  • Loading branch information
MrAnno committed May 5, 2021
2 parents 67784a5 + d5a2adf commit d115ae9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packaging/rhel/syslog-ng.spec
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@ ryslog is not on the system.
# fix perl path
%{__sed} -i 's|^#!/usr/local/bin/perl|#!%{__perl}|' contrib/relogger.pl

# fix Python path
%{__sed} -i 's|^#!/usr/bin/env python|#!%{__python3}|' lib/merge-grammar.py
touch -r lib/cfg-grammar.y lib/merge-grammar.py

# fix executable perms on contrib files
%{__chmod} -c a-x contrib/syslog2ng

Expand Down

0 comments on commit d115ae9

Please sign in to comment.