summaryrefslogtreecommitdiff
path: root/emulators/linux-ePSXe/files
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux-ePSXe/files')
-rw-r--r--emulators/linux-ePSXe/files/epsxe (renamed from emulators/linux-ePSXe/files/linux-epsxe)8
-rw-r--r--emulators/linux-ePSXe/files/epsxe-install.in (renamed from emulators/linux-ePSXe/files/linux-epsxe_install.in)10
2 files changed, 9 insertions, 9 deletions
diff --git a/emulators/linux-ePSXe/files/linux-epsxe b/emulators/linux-ePSXe/files/epsxe
index 6c5feb96d351..b50f5f52c02a 100644
--- a/emulators/linux-ePSXe/files/linux-epsxe
+++ b/emulators/linux-ePSXe/files/epsxe
@@ -1,14 +1,14 @@
#!/bin/sh
-# linux-epsxe - linux-ePSXe wrapper
+# epsxe - ePSXe launcher
#
-# (c) 2002 Jean-Yves Lefort.
+# (c) 2002-2003 Jean-Yves Lefort.
# All rights reserved.
-USERDIR=$HOME/.linux-ePSXe
+USERDIR=$HOME/.epsxe
if [ ! -x $USERDIR/epsxe ]; then
echo "$USERDIR/epsxe not found or not executable."
- echo "You should run linux-epsxe_install."
+ echo "You should run epsxe-install."
exit 1
fi
diff --git a/emulators/linux-ePSXe/files/linux-epsxe_install.in b/emulators/linux-ePSXe/files/epsxe-install.in
index 3688977d6594..5c0e81eee4c8 100644
--- a/emulators/linux-ePSXe/files/linux-epsxe_install.in
+++ b/emulators/linux-ePSXe/files/epsxe-install.in
@@ -1,16 +1,16 @@
#!/bin/sh
-# linux-epsxe_install - linux-ePSXe user installation
+# epsxe-install - ePSXe user installation
#
-# (c) 2002 Jean-Yves Lefort.
+# (c) 2002-2003 Jean-Yves Lefort.
# All rights reserved.
EPSXE=@EPSXE@
-SHAREDIR=@SHAREDIR@
+DATADIR=@DATADIR@
PSEMUPRO_PLUGINS_DIR=@PSEMUPRO_PLUGINS_DIR@
PSEMUPRO_CFGBINS_DIR=@PSEMUPRO_CFGBINS_DIR@
PSEMUPRO_CFGFILES_DIR=@PSEMUPRO_CFGFILES_DIR@
-USERDIR=$HOME/.linux-ePSXe
+USERDIR=$HOME/.epsxe
_mkdir () {
if [ ! -e $1 ]; then
@@ -53,7 +53,7 @@ for f in \
cheats/breath_of_fire_4_usa.cht \
cheats/chrono_cross_ntsc.cht \
cheats/tarzan_pal.cht; do
- _ln $SHAREDIR/$f $USERDIR/$f || exit $?
+ _ln $DATADIR/$f $USERDIR/$f || exit $?
done
for p in $PSEMUPRO_PLUGINS_DIR/*; do