mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 11:44:55 +00:00
Move package somewhere else for install
This commit is contained in:
@@ -77,7 +77,7 @@ exit 0
|
|||||||
/etc/ly/wsetup.sh
|
/etc/ly/wsetup.sh
|
||||||
/etc/ly/config.ini
|
/etc/ly/config.ini
|
||||||
/etc/pam.d/ly
|
/etc/pam.d/ly
|
||||||
/etc/selinux/packages/ly.pp
|
/usr/share/selinux/packages/ly.pp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
{{{ git_dir_changelog }}}
|
{{{ git_dir_changelog }}}
|
||||||
|
|||||||
2
makefile
2
makefile
@@ -95,7 +95,7 @@ installnoconf: $(BIND)/$(NAME)
|
|||||||
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}/etc/selinux/packages/ly.pp
|
@install -DZ ly.pp ${DESTDIR}/usr/share/selinux/packages
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo "uninstalling"
|
@echo "uninstalling"
|
||||||
|
|||||||
Reference in New Issue
Block a user