Commit 1fea1163 authored by Franco Fichtner's avatar Franco Fichtner

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

parent 50f557f4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment