If the script is installed by EU::MM, the sharp-bang is fixed automatically.epel9
parent
a43eed025a
commit
7461fb1f7d
@ -0,0 +1,26 @@
|
|||||||
|
From c959e067ee5bb6c4ad5b139058b7e3bb29716c15 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||||
|
Date: Tue, 10 Feb 2015 11:48:32 +0100
|
||||||
|
Subject: [PATCH] Fix sharp-bang line
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||||
|
---
|
||||||
|
bin/mce_grep | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/bin/mce_grep b/bin/mce_grep
|
||||||
|
index 44cfc8a..028bb04 100755
|
||||||
|
--- a/bin/mce_grep
|
||||||
|
+++ b/bin/mce_grep
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env perl
|
||||||
|
+#!perl
|
||||||
|
###############################################################################
|
||||||
|
## ----------------------------------------------------------------------------
|
||||||
|
## A MCE-driven wrapper script for the following C binaries.
|
||||||
|
--
|
||||||
|
1.9.3
|
||||||
|
|
@ -0,0 +1,33 @@
|
|||||||
|
From 9d9cce744e8cb9c6573578beb18cb25089cd6b86 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||||
|
Date: Tue, 10 Feb 2015 11:44:18 +0100
|
||||||
|
Subject: [PATCH] Install mce_grep
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
CPAN RT#102040
|
||||||
|
|
||||||
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||||
|
---
|
||||||
|
Makefile.PL | 4 +++-
|
||||||
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/Makefile.PL b/Makefile.PL
|
||||||
|
index 9508423..6fdf236 100644
|
||||||
|
--- a/Makefile.PL
|
||||||
|
+++ b/Makefile.PL
|
||||||
|
@@ -33,7 +33,9 @@ WriteMakefile(
|
||||||
|
|
||||||
|
VERSION => '1.600',
|
||||||
|
|
||||||
|
- EXE_FILES => [],
|
||||||
|
+ EXE_FILES => [
|
||||||
|
+ 'bin/mce_grep'
|
||||||
|
+ ],
|
||||||
|
|
||||||
|
(($ExtUtils::MakeMaker::VERSION lt '6.25') ?
|
||||||
|
(PL_FILES => { }) : ()),
|
||||||
|
--
|
||||||
|
1.9.3
|
||||||
|
|
Loading…
Reference in new issue