summaryrefslogtreecommitdiff
path: root/nonsystemd/netifrc/parabola.patch
blob: 119dc49b427147cbf4b6cad8109365aee45b37db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 sh/functions.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sh/functions.sh b/sh/functions.sh
index 96df289..daad19d 100644
--- a/sh/functions.sh
+++ b/sh/functions.sh
@@ -7,11 +7,11 @@ if [ x$RC_GOT_FUNCTIONS = xyes -o -n "$(command -v ebegin 2>/dev/null)" ]; then
 	:

 # Then check for the presence of functions.sh
-elif [ -f /lib/gentoo/functions.sh ]; then
-	. /lib/gentoo/functions.sh
+elif [ -f /usr/lib/parabola/functions.sh ]; then
+	. /usr/lib/parabola/functions.sh

 else
-	echo "/lib/gentoo/functions.sh not found. Exiting"
+	echo "/usr/lib/parabola/functions.sh not found. Exiting"
 	exit 1
 fi