From: Matt Merhar Date: Tue, 16 Feb 2021 02:07:05 +0000 (-0500) Subject: perl-try-tiny: use relative include of perlmod.mk X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=52668b1e9798719f5e7d956f981f2dd2663b2c09;p=openwrt-packages.git perl-try-tiny: use relative include of perlmod.mk The $(TOPDIR) seemed to cause Makefile parsing issues with CI. Signed-off-by: Matt Merhar --- diff --git a/lang/perl-try-tiny/Makefile b/lang/perl-try-tiny/Makefile index e351ff66c..95518ce6b 100644 --- a/lang/perl-try-tiny/Makefile +++ b/lang/perl-try-tiny/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-try-tiny PKG_VERSION:=0.30 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/E/ET/ETHER/ PKG_SOURCE:=Try-Tiny-$(PKG_VERSION).tar.gz @@ -21,7 +21,7 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE include $(INCLUDE_DIR)/package.mk -include $(TOPDIR)/feeds/packages/lang/perl/perlmod.mk +include ../perl/perlmod.mk define Package/perl-try-tiny SUBMENU:=Perl