mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-29 23:42:03 +01:00
24 lines
752 B
Diff
24 lines
752 B
Diff
From ae64b962a05237711ca79f6c9a7a529cf9d367f3 Mon Sep 17 00:00:00 2001
|
|
From: Zach DeCook <zachdecook@librem.one>
|
|
Date: Thu, 2 Jun 2022 19:34:03 -0400
|
|
Subject: [PATCH] data: change directory to /usr/share/verovio
|
|
|
|
---
|
|
src/options.cpp | 2 +-
|
|
src/resources.cpp | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/include/vrv/vrvdef.h b/include/vrv/vrvdef.h
|
|
index 8e19c95..005536f 100644
|
|
--- a/include/vrv/vrvdef.h
|
|
+++ b/include/vrv/vrvdef.h
|
|
@@ -48,7 +48,7 @@ namespace vrv {
|
|
#ifdef RESOURCE_DIR
|
|
#define VRV_RESOURCE_DIR RESOURCE_DIR
|
|
#else
|
|
-#define VRV_RESOURCE_DIR "/usr/local/share/verovio"
|
|
+#define VRV_RESOURCE_DIR "/usr/share/verovio"
|
|
#endif
|
|
|
|
//----------------------------------------------------------------------------
|