View | Details | Raw Unified | Return to bug 205280 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Scripts/check-stagedir.sh (-1 / +1 lines)
Lines 260-266 Link Here
260
260
261
# If just making plist, show results and exit successfully.
261
# If just making plist, show results and exit successfully.
262
if [ ${makeplist} -eq 1 ]; then
262
if [ ${makeplist} -eq 1 ]; then
263
	cat ${WRKDIR}/.staged-plist
263
	cat ${WRKDIR}/.staged-plist | sed -E 's/^(.+\.sample)$/@sample \1/g'
264
	exit 0
264
	exit 0
265
fi
265
fi
266
266

Return to bug 205280