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

(-)emerge-delta-webrsync-3.3.~1~ (-1 / +1 lines)
Lines 182-188 Link Here
182
	
182
	
183
	echo Syncing local tree...
183
	echo Syncing local tree...
184
	if type -p tarsync &> /dev/null; then
184
	if type -p tarsync &> /dev/null; then
185
		echo "aparently you have tarsync installed.  using it."
185
		echo "apparently you have tarsync installed.  using it."
186
		if ! tarsync "${FILE}" "${PORTDIR}" -v -s 1 -o portage -g portage -e /distfiles -e /packages -e /local; then
186
		if ! tarsync "${FILE}" "${PORTDIR}" -v -s 1 -o portage -g portage -e /distfiles -e /packages -e /local; then
187
			echo "ok, tarsync failed.  that's teh suck :/"
187
			echo "ok, tarsync failed.  that's teh suck :/"
188
			exit 6
188
			exit 6

Return to bug 98556