diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-16 04:27:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-16 04:27:01 +0000 |
commit | 11f2f96f2ac07dc7bde9837ac9e02783066ef2cb (patch) | |
tree | 889a684595d6c22300ea5608c6098bf35a1e417e /app-emulation/point2play/files | |
parent | Added ~sparc keyword. (diff) | |
download | historical-11f2f96f2ac07dc7bde9837ac9e02783066ef2cb.tar.gz historical-11f2f96f2ac07dc7bde9837ac9e02783066ef2cb.tar.bz2 historical-11f2f96f2ac07dc7bde9837ac9e02783066ef2cb.zip |
Fix stupid wrapper script.
Diffstat (limited to 'app-emulation/point2play/files')
-rw-r--r-- | app-emulation/point2play/files/Point2Play | 11 | ||||
-rw-r--r-- | app-emulation/point2play/files/digest-point2play-1.2.2b-r1 (renamed from app-emulation/point2play/files/digest-point2play-1.2.2b) | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/app-emulation/point2play/files/Point2Play b/app-emulation/point2play/files/Point2Play new file mode 100644 index 000000000000..84edd0c35f69 --- /dev/null +++ b/app-emulation/point2play/files/Point2Play @@ -0,0 +1,11 @@ +#!/bin/sh +# Copyright (c) 2003 TransGaming Technologies Inc. +# Startup script for Point2Play. +# Version 1.1 Nov.26, 2003 + +if !([ -e "$HOME/.point2play" ]); then + mkdir "$HOME/.point2play" +fi + +export P2PPATH=/usr/lib/transgaming_point2play +python ${P2PPATH}/Point2Play_gui.py "$@" diff --git a/app-emulation/point2play/files/digest-point2play-1.2.2b b/app-emulation/point2play/files/digest-point2play-1.2.2b-r1 index f942de153fe7..f942de153fe7 100644 --- a/app-emulation/point2play/files/digest-point2play-1.2.2b +++ b/app-emulation/point2play/files/digest-point2play-1.2.2b-r1 |