mirror of https://github.com/fairyglade/ly.git
Try to fix path
This commit is contained in:
parent
9d774d93c5
commit
552d533435
|
|
@ -45,7 +45,7 @@ chmod -x %{buildroot}/etc/ly/config.ini
|
||||||
chmod -x %{buildroot}/etc/ly/lang/*
|
chmod -x %{buildroot}/etc/ly/lang/*
|
||||||
|
|
||||||
%post
|
%post
|
||||||
semodule -n -i %{_datadir}/selinux/packages/ly.pp
|
semodule -n -i /usr/share/selinux/packages/ly.pp
|
||||||
if /usr/sbin/selinuxenabled ; then
|
if /usr/sbin/selinuxenabled ; then
|
||||||
/usr/sbin/load_policy
|
/usr/sbin/load_policy
|
||||||
%relabel_files
|
%relabel_files
|
||||||
|
|
|
||||||
4
makefile
4
makefile
|
|
@ -93,8 +93,8 @@ installnoconf: $(BIND)/$(NAME)
|
||||||
@install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}/etc/pam.d
|
@install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}/etc/pam.d
|
||||||
|
|
||||||
installselinux:
|
installselinux:
|
||||||
echo "installing selinux modules"
|
@echo "installing selinux modules"
|
||||||
make -f /usr/share/selinux/devel/Makefile ly.pp
|
@make -f /usr/share/selinux/devel/Makefile ly.pp
|
||||||
@install -DZ ly.pp ${DESTDIR}/usr/share/selinux/packages/ly.pp
|
@install -DZ ly.pp ${DESTDIR}/usr/share/selinux/packages/ly.pp
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue