mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
perl: Have perl's major version number in one central place
This will simplify updating the package in the future. Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PERL_TESTSDIR="/usr/share/perl/perl-tests"
|
||||
PERL_LIBDIR="/usr/lib/perl5/5.20/"
|
||||
PERL_LIBDIR="/usr/lib/perl5/%%PERL_VERSION%%/"
|
||||
PERL_DISABLEDTESTS="%%PERL_DISABLEDTESTS%%"
|
||||
|
||||
if [ ! -f "$PERL_TESTSDIR/__prepared" ]; then
|
||||
|
||||
Reference in New Issue
Block a user