summaryrefslogtreecommitdiff
path: root/Ports/emu2/patches/0003-Install-into-usr-local.patch
blob: 6b5527a2503cbddbfe4b6260ec02c573a1c0ef1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Thu, 15 Apr 2021 15:43:18 +0200
Subject: [PATCH] Install into /usr/local

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 80dd6ec..7026600 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC=gcc
 CFLAGS=-O3 -flto -Wall -g -Werror=implicit-function-declaration -Werror=int-conversion
 LDLIBS=-lm
 INSTALL=install
-PREFIX=/usr
+PREFIX=/usr/local
 
 OBJS=\
  cpu.o\