[Xfce4-commits] [xfce/xfce4-session] 01/02: Create scripts/xinitrc from scripts/xinitrc.in created by configure
noreply at xfce.org
noreply at xfce.org
Sun Dec 7 08:59:31 CET 2014
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 <tolzmann at molgen.mpg.de>
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.
More information about the Xfce4-commits
mailing list