1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 23:37:35 +00:00

Ports: Make sure ports are installed into /usr/local

This commit is contained in:
Gunnar Beutner 2021-04-15 15:43:18 +02:00 committed by Andreas Kling
parent 960079b020
commit c9d5358685
16 changed files with 57 additions and 25 deletions

View file

@ -0,0 +1,18 @@
diff -Naur stress-ng-0.11.23/Makefile stress-ng-0.11.23.serenity/Makefile
--- stress-ng-0.11.23/Makefile 2021-04-16 00:30:33.161310251 +0200
+++ stress-ng-0.11.23.serenity/Makefile 2021-04-16 00:33:59.731692012 +0200
@@ -53,10 +53,10 @@
CFLAGS += -DBUILD_STATIC
endif
-BINDIR=/usr/bin
-MANDIR=/usr/share/man/man1
-JOBDIR=/usr/share/stress-ng/example-jobs
-BASHDIR=/usr/share/bash-completion/completions
+BINDIR=/usr/local/bin
+MANDIR=/usr/local/share/man/man1
+JOBDIR=/usr/local/share/stress-ng/example-jobs
+BASHDIR=/usr/local/share/bash-completion/completions
#
# Stressors