]> git.ipfire.org Git - people/stevee/guardian.git/commitdiff
Makefile: Fix install path for perl modules.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 4 Jul 2016 08:22:03 +0000 (10:22 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Mon, 4 Jul 2016 08:22:03 +0000 (10:22 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Makefile

index 8e8fb66ddec470fe28788a225826eaa2472162fa..dc04f58bda126e2d838bbeb9902b32d479a7ed33 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SYSCONFDIR = $(PREFIX)/etc
 PERL_VER := $(shell eval "$$(perl -V:version)"; echo $${version};)
 PERL_SITELIB_DIR := $(shell eval "$$(perl -V:installsitelib)"; echo $${installsitelib};)
 
-PERL_DIR = $(DESTDIR)$(PERL_SITELIB_DIR)/$(NAME)/
+PERL_DIR = $(DESTDIR)$(PERL_SITELIB_DIR)/Guardian/
 
 SED = sed