# If just making plist, show results and exit successfully.
if [ ${makeplist} -eq 1 ]; then
cat ${WRKDIR}/.staged-plist
cat ${WRKDIR}/.staged-plist | sed -E 's/(.*\.sample)$/@sample \1/g'
exit 0
fi