> On 17. 12. 18 13:24, Martin Gansser wrote:
> 
> this line in the spec:
> 
> %config(noreplace) %{_sysconfdir}/X11/Xsession.d/61cadence-session-inject
> 
> Remove it and see what file is missing. Maybe it's just a typo.

the line in the specfile is correct.
If i use the following makefile patch, fedora-review works without problems.
But i don't know if this is a final clean solution.

--- a/Makefile.orig     2018-12-17 19:46:32.127989328 +0100
+++ b/Makefile  2018-12-17 19:46:50.383552645 +0100
@@ -12,11 +12,7 @@
 PYRCC ?= pyrcc5
 
 # Detect X11 rules dir
-ifeq "$(wildcard /etc/X11/Xsession.d/ )" ""
-       X11_RC_DIR = $(DESTDIR)/etc/X11/xinit/xinitrc.d/
-else
-       X11_RC_DIR = $(DESTDIR)/etc/X11/Xsession.d/
-endif
+X11_RC_DIR = $(DESTDIR)/etc/X11/Xsession.d/
 
 # 
-----------------------------------------------------------------------------------------------------------------------------------------
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to