mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 03:34:54 +00:00
Use install instead of cp 1
This commit is contained in:
6
makefile
6
makefile
@@ -93,9 +93,9 @@ 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
|
||||||
#@cp ly.pp $(DESTDIR)/etc/selinux/packages/ly.pp
|
@install -DZ ly.pp ${DESTDIR}/etc/selinux/packages/ly.pp
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo "uninstalling"
|
@echo "uninstalling"
|
||||||
|
|||||||
Reference in New Issue
Block a user