convmv, bump version (#2678)

This commit is contained in:
Schrijvers Luc
2018-06-11 02:05:29 +02:00
committed by fbrosson
parent be5d602cd0
commit fbb3086564
2 changed files with 12 additions and 9 deletions

View File

@@ -5,24 +5,24 @@ Subject: import patch from v1.15
diff --git a/Makefile b/Makefile
index fdaf8bf..3df0c70 100644
index fdaf8bf..06f9db7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ FIND=find
SED=sed
all: manpage
+ sed -i 's,/usr/bin/perl,/usr/bin/env perl,g' convmv
install: all
mkdir -p $(DESTDIR)$(MANDIR)/man1/
@@ -22,6 +23,7 @@ clean:
test:
test -d suite || $(TAR) xf testsuite.tar
+ sed -i 's,/usr/bin/perl,/usr/bin/env perl,g' suite/parsable_tester.pl
cd suite ; ./dotests.sh
dist: clean
--
2.7.0