mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
convmv, bump version (#2678)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user