mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
make: let `install' output the plist for us
This commit is contained in:
parent
eb136be2ad
commit
e28efdc5ce
6
Makefile
6
Makefile
@ -7,8 +7,10 @@ umount:
|
||||
umount -f "<above>:${.CURDIR}/src"
|
||||
|
||||
install:
|
||||
mkdir -p ${DESTDIR}/usr/local
|
||||
cp -r ${.CURDIR}/src/* ${DESTDIR}/usr/local
|
||||
@mkdir -p ${DESTDIR}/usr/local
|
||||
@cp -r ${.CURDIR}/src/* ${DESTDIR}/usr/local
|
||||
@(cd ${.CURDIR}/src; find * -type f) | \
|
||||
xargs -n1 printf "/usr/local/%s\n"
|
||||
|
||||
lint:
|
||||
find ${.CURDIR}/src -name "*.class" -print0 | xargs -0 -n1 php -l
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user