diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-14 06:58:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-14 06:58:54 +0000 |
commit | 6eb672f8377ea83fbabac7ba2ec6b87774b84fd1 (patch) | |
tree | 31eb97336ea45139de10dbf7a7f0fc4c7d011b86 /sys-devel/gcc-config/files/gcc-config-systemd.patch | |
parent | 1900a7850fa1e226743381d851a0a2b44173aea7 (diff) |
make mrproper
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, 0 insertions, 13 deletions
diff --git a/sys-devel/gcc-config/files/gcc-config-systemd.patch b/sys-devel/gcc-config/files/gcc-config-systemd.patch deleted file mode 100644 index 5cd440ea..00000000 --- a/sys-devel/gcc-config/files/gcc-config-systemd.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- gcc-config.old 2015-05-27 22:42:30.837087003 +0300 -+++ gcc-config 2015-05-27 22:42:53.352151701 +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() { :; } |