File 0452-Re-add-priv-dir.patch of Package erlang
From 5056c5c60c0f9045e195702c12857f0ef3215bee Mon Sep 17 00:00:00 2001
From: Dan Gudmundsson <dgud@erlang.org>
Date: Wed, 25 Jun 2025 11:07:26 +0200
Subject: [PATCH] Re-add priv dir
Was missing and causes debugger to crash when icons can't be found.
---
lib/debugger/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/debugger/Makefile b/lib/debugger/Makefile
index be39d524f1..f8abd3185c 100644
--- a/lib/debugger/Makefile
+++ b/lib/debugger/Makefile
@@ -28,7 +28,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk
# Common Macros
# ----------------------------------------------------
-SUB_DIRECTORIES = src doc
+SUB_DIRECTORIES = src priv doc
SPECIAL_TARGETS =
--
2.43.0