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).
This commit is contained in:
parent
e740913fcb
commit
b2c4eb97b5
@ -11,7 +11,6 @@ sysvinit="$4"
|
|||||||
if [ "${os}" != Linux ]; then
|
if [ "${os}" != Linux ]; then
|
||||||
install -d "${DESTDIR}/${rc_libexecdir}"/init.d
|
install -d "${DESTDIR}/${rc_libexecdir}"/init.d
|
||||||
fi
|
fi
|
||||||
install -d "${DESTDIR}/${rc_libexecdir}"/tmp
|
|
||||||
install -m 644 "${MESON_BUILD_ROOT}/src/shared/version" "${DESTDIR}/${rc_libexecdir}"
|
install -m 644 "${MESON_BUILD_ROOT}/src/shared/version" "${DESTDIR}/${rc_libexecdir}"
|
||||||
if [ "${os}" = Linux ] && [ "${sysvinit}" = yes ]; then
|
if [ "${os}" = Linux ] && [ "${sysvinit}" = yes ]; then
|
||||||
ln -s openrc-init "${DESTDIR}/${sbindir}"/init
|
ln -s openrc-init "${DESTDIR}/${sbindir}"/init
|
||||||
|
Loading…
Reference in New Issue
Block a user