From ccb9dfabc57ab1d96a1b4efc291bf2ce9a514d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= Date: Sun, 14 Feb 2021 13:48:51 +0100 Subject: [PATCH] Move package somewhere else for install --- ly.spec.rpkg | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ly.spec.rpkg b/ly.spec.rpkg index 43912f1..0d5eb34 100644 --- a/ly.spec.rpkg +++ b/ly.spec.rpkg @@ -77,7 +77,7 @@ exit 0 /etc/ly/wsetup.sh /etc/ly/config.ini /etc/pam.d/ly -/etc/selinux/packages/ly.pp +/usr/share/selinux/packages/ly.pp %changelog {{{ git_dir_changelog }}} diff --git a/makefile b/makefile index 6aa8c7d..8790b97 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}/etc/selinux/packages/ly.pp + @install -DZ ly.pp ${DESTDIR}/usr/share/selinux/packages uninstall: @echo "uninstalling"