3.1.1
All checks were successful
Build / Build project (push) Successful in 1m8s

This commit is contained in:
Alexander Zhirov 2025-05-13 23:08:05 +03:00
parent 317252299b
commit 98756a420e
Signed by: alexander
GPG key ID: C8D8BE544A27C511
4 changed files with 32 additions and 0 deletions

11
files/prefix.patch Normal file
View file

@ -0,0 +1,11 @@
--- a/Makefile 2025-05-13 22:52:36.140148274 +0300
+++ b/Makefile 2025-05-13 22:52:52.137245618 +0300
@@ -3,7 +3,7 @@
LIBTREE_DEFINES = -D_FILE_OFFSET_BITS=64
# uppercase variables for backwards compatibility only:
-PREFIX = /usr/local
+PREFIX = /usr
prefix = $(PREFIX)
exec_prefix = $(prefix)