hamlib/hamlib-3.0-perl_install.patch

12 lines
495 B
Diff
Raw Normal View History

2018-04-04 13:44:58 +00:00
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -70,7 +70,7 @@ distcheck-perl: Hamlib-pl.mk
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk distcheck
2015-09-20 20:27:39 +00:00
install-perl: Hamlib-pl.mk
2018-04-04 13:44:58 +00:00
- $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk install_site
+ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -f Hamlib-pl.mk pure_vendor_install
2015-09-20 20:27:39 +00:00
## ExtUtils::MakeMaker says uninstall is deprecated and won't remove the files
## anyway, so we'll have to figure out another way to remove the installed files.