suckless-extra

A collection of gentoo ebuilds for suckless programs as well as their dependencies and setup scripts
git clone git://git.stellar-nexus.ru/suckless-extra
Log | Files | Refs

commit a2ae180def2d644c2e9d3c866dbcef7cbd157c24
parent cf5cdd01fca1f67592082339643722d3b39b605c
Author: Plat <plat@stellar-nexus.ru>
Date:   Thu,  5 Sep 2024 00:47:15 +0000

Quoted variables for sinit-scripts

Diffstat:
Msys-apps/sinit-scripts/sinit-scripts-1.0-r1.ebuild | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/sinit-scripts/sinit-scripts-1.0-r1.ebuild b/sys-apps/sinit-scripts/sinit-scripts-1.0-r1.ebuild @@ -44,10 +44,10 @@ src_install() { } pkg_postinst() { - ln -s ${ROOT}/sbin/sinit ${ROOT}/sbin/init - ln -s ${ROOT}/sbin/shutdown ${ROOT}/sbin/reboot - ln -s ${ROOT}/sbin/shutdown ${ROOT}/sbin/poweroff - ln -s ${ROOT}/var/rc/* ${ROOT}/etc/rc/ + ln -s "${ROOT}"/sbin/sinit "${ROOT}"/sbin/init + ln -s "${ROOT}"/sbin/shutdown "${ROOT}"/sbin/reboot + ln -s "${ROOT}"/sbin/shutdown "${ROOT}"/sbin/poweroff + ln -s "${ROOT}"/var/rc/* "${ROOT}"/etc/rc/ echo ewarn "You may need to add new services." ewarn "To add new services run:" @@ -60,7 +60,7 @@ pkg_postinst() { ewarn "# Add \"log 'service_name'\" (optionally) and \"lk_runsvc ${ROOT}/etc/rc/service_name 0\" to ${ROOT}/etc/rc/dtinit/dtinit.sh" echo ewarn "If you have not done that already, please delete ${ROOT}/sbin/init, ${ROOT}/sbin/poweroff, ${ROOT}/sbin/reboot and ${ROOT}/sbin/shutdown before emerging this package" - ewarn "Alternatively, unmerge your current init system and emerge this package again. It is safer to do this in chroot environment" + ewarn "Alternatively, unmerge your current init system and emerge this package again. It is safer to do this in a chroot environment" echo elog " -< Succeeded. Now you can reboot >- " echo