Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258203
Collapse All | Expand All

(-)kde-meta.eclass (-1 / +1 lines)
Lines 317-323 Link Here
317
		# Avoid syncing if possible
317
		# Avoid syncing if possible
318
		# No idea what the above comment means...
318
		# No idea what the above comment means...
319
		if [[ -n "$RAWTARBALL" ]]; then
319
		if [[ -n "$RAWTARBALL" ]]; then
320
			rm -f $T/$RAWTARBALL
320
			rm -f "${T}"/$RAWTARBALL
321
		fi
321
		fi
322
322
323
		# Default $S is based on $P not $myP; rename the extracted dir to fit $S
323
		# Default $S is based on $P not $myP; rename the extracted dir to fit $S

Return to bug 258203