diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-04-21 22:24:48 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-04-21 22:24:48 +0300 |
commit | b70efef53cc9de063fe3974dd56d672a92e57a9f (patch) | |
tree | afd40e71be8de842afd562eda001b21abc9019c3 /sys-devel/gcc-config/files/gcc-config-systemd.patch | |
parent | 0fc61a35b43840a592037ab8bf88af6142527e3c (diff) | |
parent | 9a2973bcf4baaf0fa7848cd93e45ea1b7cd1a110 (diff) |
Merge branch 'master' of github.com:Rogentos/kogaion-desktop
Diffstat (limited to 'sys-devel/gcc-config/files/gcc-config-systemd.patch')
-rw-r--r-- | sys-devel/gcc-config/files/gcc-config-systemd.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-devel/gcc-config/files/gcc-config-systemd.patch b/sys-devel/gcc-config/files/gcc-config-systemd.patch new file mode 100644 index 00000000..dbb7c280 --- /dev/null +++ b/sys-devel/gcc-config/files/gcc-config-systemd.patch @@ -0,0 +1,13 @@ +--- gcc-config-1.7.3.old/gcc-config 2015-03-30 13:34:12.258805571 +0300 ++++ gcc-config-1.7.3/gcc-config 2015-03-30 13:36:14.432808842 +0300 +@@ -15,8 +15,8 @@ + trap ":" INT QUIT TSTP + + argv0=${0##*/} +-source /etc/init.d/functions.sh || { +- echo "${argv0}: Could not source /etc/init.d/functions.sh!" 1>&2 ++source /lib/gentoo/functions.sh || { ++ echo "${argv0}: Could not source /lib/gentoo/functions.sh!" 1>&2 + exit 1 + } + esyslog() { :; } |