mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
pkg: setting PREFIX did not do anything
This commit is contained in:
parent
e491d79c89
commit
8061ea1e5b
@ -19,11 +19,12 @@ install:
|
||||
plist:
|
||||
.for TREE in ${TREES}
|
||||
@(cd ${TREE}; find * -type f) | while read FILE; do \
|
||||
FILE="$${FILE%%.in}"; PREFIX=""; \
|
||||
FILE="$${FILE%%.in}"; \
|
||||
if [ $${FILE%%.sample} != $${FILE} ]; then \
|
||||
PREFIX="@sample "; \
|
||||
echo "@sample ${ROOT}/${TREE}/$${FILE}"; \
|
||||
else \
|
||||
echo "${ROOT}/${TREE}/$${FILE}"; \
|
||||
fi; \
|
||||
echo "${PREFIX} ${ROOT}/${TREE}/$${FILE}"; \
|
||||
done
|
||||
.endfor
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user