suckless-extra

A collection of suckless programs that are not in the main repo as well as their dependencies and setup scripts
git clone git://git.stellar-nexus.ru/suckless-extra
Log | Files | Refs

commit c2f7b40b4fe19722a47aac41ee08228f8f78371b
parent 3d0bc00214cfa6d557499dea9bb57582074c3d13
Author: Plat <plat@stellar-nexus.ru>
Date:   Sun,  4 Aug 2024 20:33:13 +0000

Added ${EPREFIX}

Diffstat:
Msys-apps/sinit/sinit-1.1.ebuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sinit/sinit-1.1.ebuild b/sys-apps/sinit/sinit-1.1.ebuild @@ -40,7 +40,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" PREFIX="/usr/" install + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install use !minimal && cp /usr/bin/sinit "${D}"/sbin/ }