mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 15:43:36 +03:00
26 lines
657 B
Diff
26 lines
657 B
Diff
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:
|