pkg: ":" wasn't supposed to be in there

This commit is contained in:
Franco Fichtner 2016-09-24 11:31:11 +02:00
parent 50f557f4d7
commit 1fea1163dc

View File

@ -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