Newer
Older
minerva / Ports / dropbear / patches / 0004-Install-in-bindir.patch
@minerva minerva on 13 Jul 657 bytes Initial commit
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Patrick Meyer <git@the-space.agency>
Date: Thu, 28 Apr 2022 01:50:11 +0000
Subject: [PATCH] Install in bindir

FIXME: Not sure what this is exactly doing.

Co-Authored-By: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index e824491..f30f508 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -97,7 +97,7 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 datarootdir = @datarootdir@
 bindir=@bindir@
-sbindir=@sbindir@
+sbindir=$(bindir)
 mandir=@mandir@
 
 .DELETE_ON_ERROR: