diff options
Diffstat (limited to 'sys-apps/openrc/files/openrc-0.9.9.3-funcsh.patch')
-rw-r--r-- | sys-apps/openrc/files/openrc-0.9.9.3-funcsh.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-apps/openrc/files/openrc-0.9.9.3-funcsh.patch b/sys-apps/openrc/files/openrc-0.9.9.3-funcsh.patch deleted file mode 100644 index d5c3137..0000000 --- a/sys-apps/openrc/files/openrc-0.9.9.3-funcsh.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- sh/Makefile 2012-05-17 11:34:07.000000000 +0900 -+++ sh/Makefile.new 2012-05-17 11:38:50.000000000 +0900 -@@ -25,8 +25,6 @@ include ${MK}/scripts.mk - - _installafter: - ${INSTALL} -d ${DESTDIR}/${INITDIR} -- @# Put functions.sh into init for backwards compat -- ln -snf ${LIBEXECDIR}/sh/functions.sh ${DESTDIR}/${INITDIR} || exit $$? - - check test:: - ./runtests.sh |