diff options
author | Timothy Kenno Handojo <timkenhan@gmail.com> | 2023-09-01 20:22:31 +0700 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2023-09-01 11:54:30 -0500 |
commit | b2c4eb97b5818eec279d0b2f80886e7b2e37f283 (patch) | |
tree | c4ab96587d6adaebffde24075a3bd688696d8a83 /tools | |
parent | e740913fcb8de37cd0fcbb09064d7e0344360850 (diff) |
remove /lib/rc/tmp creation from meson script
It is apparently for a piece of code that no longer exist.
There don't seem to be any part of the code referring to this directory (anymore, if there was).
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/meson_final.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/meson_final.sh b/tools/meson_final.sh index a8c99927..ecec6eaa 100755 --- a/tools/meson_final.sh +++ b/tools/meson_final.sh @@ -11,7 +11,6 @@ sysvinit="$4" if [ "${os}" != Linux ]; then install -d "${DESTDIR}/${rc_libexecdir}"/init.d fi -install -d "${DESTDIR}/${rc_libexecdir}"/tmp install -m 644 "${MESON_BUILD_ROOT}/src/shared/version" "${DESTDIR}/${rc_libexecdir}" if [ "${os}" = Linux ] && [ "${sysvinit}" = yes ]; then ln -s openrc-init "${DESTDIR}/${sbindir}"/init |