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 |