From: Mike Frysinger Date: Sat, 6 Oct 2012 15:02:09 +0000 (-0400) Subject: add layman X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d3768020cc703bad2bd9e712bb4e20b96c2e0fe2;p=home.git add layman --- diff --git a/.bin/gentoo-sync b/.bin/gentoo-sync index 5e84584..1d76859 100755 --- a/.bin/gentoo-sync +++ b/.bin/gentoo-sync @@ -10,6 +10,7 @@ GS_RSYNC=false GS_EUPDATEDB=true GS_FETCH=false GS_UPWORLD=true +GS_LAYMAN=true conf="/etc/gentoo-sync.conf" [[ -e ${conf} ]] && . "${conf}" @@ -36,6 +37,8 @@ emerge --sync -q date ${GS_EUPDATEDB} && $(type -P eupdatedb) date +${GS_LAYMAN} && l=$(type -P layman) && ${l} -S -q +date ${GS_FETCH} && emerge world -Duf #q -qr date