mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
pkg: ":" wasn't supposed to be in there
This commit is contained in:
parent
50f557f4d7
commit
1fea1163dc
@ -47,7 +47,7 @@ plist-${TARGET}: force
|
||||
if [ -n "${NO_SAMPLE}" ]; then \
|
||||
FILE="$${FILE%%.sample}"; \
|
||||
fi; \
|
||||
echo "$${PREFIX}${ROOT_${TARGET}:}/${TREE}/$${FILE}"; \
|
||||
echo "$${PREFIX}${ROOT_${TARGET}}/${TREE}/$${FILE}"; \
|
||||
done
|
||||
.endfor
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user