This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository game-data-packager.
commit ef38222ad411654a9f8b3ff83c4c1c02e326a608 Author: Simon McVittie <[email protected]> Date: Thu Jan 22 23:42:46 2015 +0000 quake3: look in /usr/local/games/quake3 --- data/quake3.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/quake3.yaml b/data/quake3.yaml index c276c1d..2cf74f6 100644 --- a/data/quake3.yaml +++ b/data/quake3.yaml @@ -3,8 +3,12 @@ shortname: quake3 longname: Quake III Arena compress_deb: false +try_repack_from: # Older versions of g-d-p used this directory -try_repack_from: /usr/share/games/quake3 +- /usr/share/games/quake3 +# The proprietary binaries used this directory by default, and so does +# ioquake3 upstream +- /usr/local/games/quake3 help_text: | For quake3-data, you must provide baseq3/pak0.pk3 or a directory -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

