mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
pkg: fix plist generation
This commit is contained in:
parent
8f7f2954b6
commit
21012660de
4
Makefile
4
Makefile
@ -26,9 +26,9 @@ install: force
|
||||
# finally pretty-print a list of files present
|
||||
@(cd ${.CURDIR}/src; find * -type f) | while read FILE; do \
|
||||
if [ $${FILE%%.sample} != $${FILE} ]; then \
|
||||
xargs -n1 printf "@sample /usr/local/%s\n"; \
|
||||
echo "@sample /usr/local/$${FILE}"; \
|
||||
else \
|
||||
xargs -n1 printf "/usr/local/%s\n"; \
|
||||
echo "/usr/local/$${FILE}"; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user