From 86328e1f01cb1b6aaeb6edbb6eb5a9de1189ccec Mon Sep 17 00:00:00 2001 From: Clayton Dobbs Date: Sun, 9 Oct 2016 23:49:33 -0600 Subject: [PATCH] steam-overlay.conf: location and sync-uri Recommend location to be a subdirectory of `/usr/local/portage/`. Added priority. Changed sync-uri to git recommendation. Added Maintainer comments. --- steam-overlay.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/steam-overlay.conf b/steam-overlay.conf index ab8a78f..27c7a81 100644 --- a/steam-overlay.conf +++ b/steam-overlay.conf @@ -1,5 +1,10 @@ [steam-overlay] -location = /usr/local/steam-overlay/ + +# Gentoo overlay for Valve's Steam client and Steam-based games. +# Maintainer: anyc (https://github.com/anyc) + +location = /usr/local/portage/steam-overlay sync-type = git -sync-uri = https://github.com/anyc/steam-overlay/ +sync-uri = https://github.com/anyc/steam-overlay.git +priority = 50 auto-sync = Yes