From 9d774d93c5a562a2ae0c263fe2efdde75e8f57c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= Date: Sun, 14 Feb 2021 14:10:04 +0100 Subject: [PATCH] Add name to install --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8790b97..ae52cb0 100644 --- a/makefile +++ b/makefile @@ -95,7 +95,7 @@ installnoconf: $(BIND)/$(NAME) installselinux: echo "installing selinux modules" make -f /usr/share/selinux/devel/Makefile ly.pp - @install -DZ ly.pp ${DESTDIR}/usr/share/selinux/packages + @install -DZ ly.pp ${DESTDIR}/usr/share/selinux/packages/ly.pp uninstall: @echo "uninstalling"