From e23df810de4caaf670b2011f090773399dfd2eb4 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Sun, 8 Jun 2025 17:43:38 +0800 Subject: [PATCH 06/12] Fix install paths --- plugins/converter/Makefile.am | 2 +- plugins/sc68/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/converter/Makefile.am b/plugins/converter/Makefile.am index 163eef209..55789df20 100644 --- a/plugins/converter/Makefile.am +++ b/plugins/converter/Makefile.am @@ -34,7 +34,7 @@ pkglib_LTLIBRARIES = converter.la converter_gtk3.la endif endif -convdatadir = $(libdir)/deadbeef/convpresets +convdatadir = $(prefix)/share/deadbeef/convpresets convdata_DATA = $(convdata) converter_la_CFLAGS = $(CFLAGS) -I@top_srcdir@/external/mp4p/include -I@top_srcdir@/include -std=c99 -fPIC -DUSE_TAGGING=1 diff --git a/plugins/sc68/Makefile.am b/plugins/sc68/Makefile.am index b595d4091..be6cf14a1 100644 --- a/plugins/sc68/Makefile.am +++ b/plugins/sc68/Makefile.am @@ -140,7 +140,7 @@ EXTRA_DIST = \ if HAVE_SC68 pkglib_LTLIBRARIES = in_sc68.la -sc68replaydatadir = $(libdir)/deadbeef/data68/Replay +sc68replaydatadir = $(prefix)/share/deadbeef/data68/Replay sc68replaydata_DATA = $(sc68replaydata) in_sc68_la_SOURCES=in_sc68.c\ -- 2.49.0