From d3768020cc703bad2bd9e712bb4e20b96c2e0fe2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 6 Oct 2012 11:02:09 -0400 Subject: [PATCH] add layman --- .bin/gentoo-sync | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2