Fix INSTALLDIR for library Makefiles

Install in M6/ArpSponge instead of M6/ARP.
This commit is contained in:
Steven Bakker 2021-05-06 11:18:01 +02:00
parent 2b450e9e6a
commit e606921030
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ TOPDIR = ../../../..
include $(TOPDIR)/config.mk
INSTALLDIR = $(INSTLIB)/M6/ARP/Control
INSTALLDIR = $(INSTLIB)/M6/ArpSponge/Control
INSTALLFILES = \
$(INSTALLDIR)/Base.pm \

View File

@ -10,7 +10,7 @@ TOPDIR = ../../..
include $(TOPDIR)/config.mk
INSTALLDIR = $(INSTLIB)/M6/ARP
INSTALLDIR = $(INSTLIB)/M6/ArpSponge
INSTALLFILES = \
$(INSTALLDIR)/Base.pm \