diff --git a/lib/M6/ArpSponge/Control/Makefile b/lib/M6/ArpSponge/Control/Makefile index 8d54986..e17b710 100644 --- a/lib/M6/ArpSponge/Control/Makefile +++ b/lib/M6/ArpSponge/Control/Makefile @@ -10,7 +10,7 @@ TOPDIR = ../../../.. include $(TOPDIR)/config.mk -INSTALLDIR = $(INSTLIB)/M6/ARP/Control +INSTALLDIR = $(INSTLIB)/M6/ArpSponge/Control INSTALLFILES = \ $(INSTALLDIR)/Base.pm \ diff --git a/lib/M6/ArpSponge/Makefile b/lib/M6/ArpSponge/Makefile index 7036bc5..fbaa055 100644 --- a/lib/M6/ArpSponge/Makefile +++ b/lib/M6/ArpSponge/Makefile @@ -10,7 +10,7 @@ TOPDIR = ../../.. include $(TOPDIR)/config.mk -INSTALLDIR = $(INSTLIB)/M6/ARP +INSTALLDIR = $(INSTLIB)/M6/ArpSponge INSTALLFILES = \ $(INSTALLDIR)/Base.pm \