mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Our build wrappers don't like Makefile.PL scripts which evaluate to undef. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
9 lines
192 B
Diff
9 lines
192 B
Diff
--- a/Makefile.PL 2017-05-30 14:58:53.000000000 -0600
|
|
+++ b/Makefile.PL 2017-11-07 13:40:05.172119764 -0700
|
|
@@ -82,3 +82,5 @@ package
|
|
MY;
|
|
use File::ShareDir::Install qw(postamble);
|
|
}
|
|
+
|
|
+1;
|