aports/community/nvui/fhs-paths.patch
Jakub Jirutka 0239262f14 community/nvui: upgrade to 0.3.1
assets are now embedded in the binary.
2022-10-08 18:15:40 +02:00

16 lines
413 B
Diff

From: Jakub Jirutka <jakub@jirutka.cz>
Date: Thu, 16 Dec 2021 01:20:00 +0100
Subject: [PATCH] Change paths to follow FHS
--- a/src/constants.hpp
+++ b/src/constants.hpp
@@ -45,7 +45,7 @@
/// Directory for runtime files (doc)
inline const QString& script_dir()
{
- static const QString dir = normalize_path("../vim");
+ static const QString dir = normalize_path("../share/nvui/vim");
return dir;
}