Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/Makefile.in b/src/Makefile.in 2index e2b01fc..7f3a21e 100644 3--- a/src/Makefile.in 4+++ b/src/Makefile.in 5@@ -427,8 +427,8 @@ top_srcdir = @top_srcdir@ 6 # these are the headers for your project 7 noinst_HEADERS = $(srcdir)/*.h 8 xmlcopyeditordir = ${prefix}/share/xmlcopyeditor 9-pixmapdir = /usr/share/pixmaps 10-applicationsdir = /usr/share/applications 11+pixmapdir = ${prefix}/share/pixmaps 12+applicationsdir = ${prefix}/share/applications 13 14 # the application source, library search path, and link libraries 15 xmlcopyeditor_SOURCES = aboutdialog.cpp \