diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2011-10-09 15:34:00 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2011-10-09 15:34:00 +0000 |
commit | e216461ab7e9caca971d6a57b02e1162e12d7686 (patch) | |
tree | acada49bdc800041a8ecf446db8b23d12033f00e /x11/rxvt-unicode/files/patch-src_genlinedraw | |
parent | - Fix plist (diff) |
Fix the shebang of "gentables" for machines without symlink for Perl.
Same thing for gencompose & genlinedraw, though this isn't required for
a successful installation.
Submitted by: Tommy Scheunemann <net (at) arrishq.net>
Diffstat (limited to 'x11/rxvt-unicode/files/patch-src_genlinedraw')
-rw-r--r-- | x11/rxvt-unicode/files/patch-src_genlinedraw | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/files/patch-src_genlinedraw b/x11/rxvt-unicode/files/patch-src_genlinedraw new file mode 100644 index 000000000000..ccd2058fdd73 --- /dev/null +++ b/x11/rxvt-unicode/files/patch-src_genlinedraw @@ -0,0 +1,8 @@ +--- ./src/genlinedraw.orig Wed Aug 4 04:59:09 2004 ++++ ./src/genlinedraw Tue Aug 10 00:03:21 2004 +@@ -1,4 +1,4 @@ +-#!/opt/bin/perl ++#!/usr/bin/env perl + + # the generated tables mostly have NOT been checked so far! + |