mirror of https://github.com/fairyglade/ly.git
Add name to install
This commit is contained in:
parent
90f18e9b34
commit
9d774d93c5
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}/usr/share/selinux/packages
|
@install -DZ ly.pp ${DESTDIR}/usr/share/selinux/packages/ly.pp
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo "uninstalling"
|
@echo "uninstalling"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue