summaryrefslogtreecommitdiff
path: root/auto-installer.sh
diff options
context:
space:
mode:
authorNick Daly <myownlittlworld@hotmail.com>2009-11-07 22:41:08 -0600
committerNick Daly <myownlittlworld@hotmail.com>2009-11-07 22:41:08 -0600
commit933c53a67d04b9418e54286b1ff19f8b89655941 (patch)
tree491dc8a70d4417626afa9565a21ecad717df1f4f /auto-installer.sh
parent920ac6e2414eb1840104100545958d857446f296 (diff)
downloadgemrb-gameinstallers-933c53a67d04b9418e54286b1ff19f8b89655941.tar.bz2
gemrb-gameinstallers-933c53a67d04b9418e54286b1ff19f8b89655941.zip
Partially enabled PlayOnLinux.
* Added PlayOnLinux to includes/autoinstall-includes.sh. * Clarified help-text in includes/generic-includes.sh.
Diffstat (limited to 'auto-installer.sh')
-rwxr-xr-xauto-installer.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index 586d974..2653863 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -30,6 +30,9 @@ source "$scriptdir/includes/cd-includes.sh"
source "$scriptdir/includes/patch-includes.sh"
source "$scriptdir/includes/autoinstall-includes.sh"
source "$scriptdir/includes/cd-list.sh"
+if [ "$PLAYONLINUX" ]; then
+ source "$PLAYONLINUX/lib/sources" > /dev/null 2>&1
+fi
parseargs "$@"