Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
16 lines
563 B
Diff
16 lines
563 B
Diff
diff --git a/src/Makefile.in b/src/Makefile.in
|
|
index e2b01fc..7f3a21e 100644
|
|
--- a/src/Makefile.in
|
|
+++ b/src/Makefile.in
|
|
@@ -427,8 +427,8 @@ top_srcdir = @top_srcdir@
|
|
# these are the headers for your project
|
|
noinst_HEADERS = $(srcdir)/*.h
|
|
xmlcopyeditordir = ${prefix}/share/xmlcopyeditor
|
|
-pixmapdir = /usr/share/pixmaps
|
|
-applicationsdir = /usr/share/applications
|
|
+pixmapdir = ${prefix}/share/pixmaps
|
|
+applicationsdir = ${prefix}/share/applications
|
|
|
|
# the application source, library search path, and link libraries
|
|
xmlcopyeditor_SOURCES = aboutdialog.cpp \
|