GNOME Bugzilla – Bug 781082
When installing directly to system, systemd unit file is not installed
Last modified: 2017-04-19 14:05:19 UTC
Created attachment 349541 [details] [review] fix Makefile.am test Logic in Makefile.am is incorrect. When installing directly, rather than using DESTDIR, check for the systemd unit directory negates installation of the unit file itself. Separate the checks. Sorry for the duplicate as I filed both here and on github as pull request. HACKING file also needs to be updated with the correct process.
hey do you mind doing this as git format-patch -1 ? that way commit message and preferred authorship information are included in the patch.
Created attachment 350046 [details] [review] Fix installation of gdm unit on system (non-DESTDIR) installation Sure thing. Thanks. Apologies for the incorrect format.
Thanks! pushed with minor changes.