diff options
Diffstat (limited to 'builders/milou/gnome-23/run-update')
-rwxr-xr-x | builders/milou/gnome-23/run-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builders/milou/gnome-23/run-update b/builders/milou/gnome-23/run-update index 7e1aeca..0d043c6 100755 --- a/builders/milou/gnome-23/run-update +++ b/builders/milou/gnome-23/run-update @@ -12,7 +12,7 @@ if [[ $1 = lucky ]]; then comm -23 /tmp/stable /tmp/installed > /tmp/uninstalled-stable sed -i 's/--binpkg-respect-use//' /etc/portage/make.conf - to_install=(--autounmask --autounmask-keep-keywords --autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable)) + to_install=(--autounmask --autounmask-keep-keywords --autounmask-license n --autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable)) elif [[ $1 ]]; then pushd /etc/portage/variants/$1 while read -r -d '' line; do |