File dvda-author-makefile.patch of Package dvda-author
--- Makefile.in 2018-03-29 00:37:59.000000000 +0200 +++ Makefile.in 2018-04-01 15:00:40.228609822 +0200 @@ -134,7 +134,7 @@ # distributed under $sysconfdir, normally -dist_sysconf_DATA=@BUILDDIR@/dvda-author.desktop @ROOTDIR@/dvda-author.conf +dist_sysconf_DATA=@ROOTDIR@/dvda-author.conf # distributed under $menudir=$sysconfdir/menu # normally $prefix/share/pixmaps/dvda-author @@ -157,7 +157,8 @@ $(INSTALL_DATA) $^ $(DESTDIR)@MENUDIR@ install-man: - @if test -f $(PROGRAM).1; then $(INSTALL_DATA) $(PROGRAM).1 @mandir@/man1; fi + $(MKDIR_P) $(DESTDIR)@mandir@/man1 + @if test -f $(PROGRAM).1; then $(INSTALL_DATA) $(PROGRAM).1 $(DESTDIR)@mandir@/man1; fi install-data-local: $(dist_doc_DATA) $(dist_pic_DATA) $(MKDIR_P) $(DESTDIR)@infodir@/$(PROGRAM)