Skip to content

Commit 787e610

Browse files
committed
Use full-path shebang for debug-filelist-extract
Required by Fedora policy to successfully build RPMs.
1 parent cd7a42c commit 787e610

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cygport.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Name: cygport
44
Version: 0.37.0
5-
Release: 1%{?dist}
5+
Release: 2%{?dist}
66
Summary: Cygwin package building tool
77

88
License: GPLv3+

tools/debug-filelist-extract

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!perl -w
1+
#!/usr/bin/perl -w
22
#
33
# Run 'objdump -Wl' to dump out the raw DWARF .debug_line section.
44
#

0 commit comments

Comments
 (0)