mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-19 03:54:20 +02:00
Move package somewhere else for install
This commit is contained in:
parent
4ba42400ce
commit
ccb9dfabc5
2 changed files with 2 additions and 2 deletions
|
|
@ -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 }}}
|
||||
|
|
|
|||
2
makefile
2
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue