kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 8d5c46e9b6a3ed570479d243a7d62b51ba8ed0db
parent 5de494bfa4619be2863330b7dd92f71cc88da488
Author: St John Karp <contact@stjo.hn>
Date:   Tue, 14 Jun 2022 09:24:40 -0400

sdhcp: Set the prefix when installing

Diffstat:
Mcore/sdhcp/build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/sdhcp/build b/core/sdhcp/build @@ -2,4 +2,4 @@ make clean make -make DESTDIR=$1 MANPREFIX=/usr/local/man install +make DESTDIR=$1 PREFIX=/usr MANPREFIX=/usr/man install