Use install for correct permission instead of cp

This commit is contained in:
Solene Rapenne 2018-10-24 07:34:12 +02:00
parent 957c015c36
commit 8e5ebef8af
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ reed-alert: reed-alert.in
install: reed-alert
mkdir -p ${LISPDIR}
mkdir -p ${PREFIX}/bin
cp reed-alert ${PREFIX}/bin/reed-alert
cp probes.lisp functions.lisp ${LISPDIR}/
install -o root -g bin -m 755 reed-alert ${PREFIX}/bin/reed-alert
install -o root -g wheel -m 644 probes.lisp functions.lisp ${LISPDIR}/
clean:
rm reed-alert