From 4ba42400ce56c0d055cf65b1f43f413bed1b8336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= Date: Thu, 11 Feb 2021 22:50:10 +0100 Subject: [PATCH] Use install instead of cp 1 --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index d3987ec..6aa8c7d 100644 --- a/makefile +++ b/makefile @@ -93,9 +93,9 @@ installnoconf: $(BIND)/$(NAME) @install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}/etc/pam.d installselinux: - @echo "installing selinux modules" - @make -f /usr/share/selinux/devel/Makefile ly.pp - #@cp ly.pp $(DESTDIR)/etc/selinux/packages/ly.pp + echo "installing selinux modules" + make -f /usr/share/selinux/devel/Makefile ly.pp + @install -DZ ly.pp ${DESTDIR}/etc/selinux/packages/ly.pp uninstall: @echo "uninstalling"