summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-05-05 05:17:19 +0000
committerMike Frysinger <vapier@gentoo.org>2007-05-05 05:17:19 +0000
commit5545f2d2463d13e4e41e8fe2b258a77a6181205c (patch)
tree3b0402683e27e3d97690c7c32eb75867aebfb835 /games-emulation/pcsx
parentuse /etc/init.d/functions.sh rather than /sbin/functions.sh (diff)
downloadhistorical-5545f2d2463d13e4e41e8fe2b258a77a6181205c.tar.gz
historical-5545f2d2463d13e4e41e8fe2b258a77a6181205c.tar.bz2
historical-5545f2d2463d13e4e41e8fe2b258a77a6181205c.zip
use /etc/init.d/functions.sh rather than /sbin/functions.sh
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'games-emulation/pcsx')
-rw-r--r--games-emulation/pcsx/files/pcsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/pcsx/files/pcsx b/games-emulation/pcsx/files/pcsx
index 106788c0c5c4..f046b6e45e1d 100644
--- a/games-emulation/pcsx/files/pcsx
+++ b/games-emulation/pcsx/files/pcsx
@@ -1,6 +1,6 @@
#!/bin/bash
-source /sbin/functions.sh
+source /etc/init.d/functions.sh || exit 1
if [[ ! -f ~/.pcsx/config ]]; then
einfo You are running PCSX for the first time.