From 4bdbd0146aedcc9d442148d5b86eed406ab9a238 Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Sun, 28 Dec 2025 07:59:08 +0000 Subject: [PATCH] Edit usr-local.conf --- mkosi.extra/usr/lib/tmpfiles.d/usr-local.conf | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/mkosi.extra/usr/lib/tmpfiles.d/usr-local.conf b/mkosi.extra/usr/lib/tmpfiles.d/usr-local.conf index 773792b..19ff9ed 100644 --- a/mkosi.extra/usr/lib/tmpfiles.d/usr-local.conf +++ b/mkosi.extra/usr/lib/tmpfiles.d/usr-local.conf @@ -1,15 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL # SPDX-FileCopyrightText: 2025 Hadi Chokr +# Symlink traget from /usr/local that must exist. +# If one needs a more fleshed out /usr/local as specified by the FHS 3.0, +# the directories can be manually created at /opt/local. d /opt/local 0755 - - - - -# Create these directories manually if you want a full FHS /usr/local -# d /opt/local/bin 0755 - - - -# d /opt/local/etc 0755 - - - -# d /opt/local/games 0755 - - - -# d /opt/local/include 0755 - - - -# d /opt/local/lib 0755 - - - -# d /opt/local/man 0755 - - - -# d /opt/local/sbin 0755 - - - -# d /opt/local/share 0755 - - - -# d /opt/local/src 0755 - - -