]> git.wh0rd.org Git - home.git/commitdiff
add layman
authorMike Frysinger <vapier@gentoo.org>
Sat, 6 Oct 2012 15:02:09 +0000 (11:02 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 6 Oct 2012 15:02:09 +0000 (11:02 -0400)
.bin/gentoo-sync

index 5e8458479bb827de6b714c8d214d0f81e1ee3618..1d76859398a13120c9c70a7fc837e9a8eb117a82 100755 (executable)
@@ -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