Skip to content

Commit

Permalink
remove /lib/rc/tmp creation from meson script
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
timkenhan authored and williamh committed Sep 1, 2023
1 parent e740913 commit b2c4eb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/meson_final.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2c4eb9

Please sign in to comment.