This is an automated email from the git hooks/post-receive script. eric pushed a commit to branch master in repository xfce/xfce4-session.
commit 37eb641c58040fdb8f4e8cab75fcff3c526c45aa Author: Marius Tolzmann <[email protected]> Date: Thu Dec 4 14:51:50 2014 +0100 Create scripts/xinitrc from scripts/xinitrc.in created by configure If building outside of $srcdir use the scripts/xinitrc.in created by configure and not the one in $srcdir/scripts --- scripts/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 1c0a5c0..66510aa 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -14,9 +14,9 @@ startxfce4: Makefile $(srcdir)/startxfce4.in $(edit) $(srcdir)/startxfce4.in >startxfce4.tmp mv startxfce4.tmp startxfce4 -xinitrc: Makefile $(srcdir)/xinitrc.in +xinitrc: Makefile xinitrc.in rm -f xinitrc xinitrc.tmp - $(edit) $(srcdir)/xinitrc.in >xinitrc.tmp + $(edit) xinitrc.in >xinitrc.tmp mv xinitrc.tmp xinitrc conffilesdir=@sysconfdir@/xdg/xfce4 -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
