https://bugzilla.xfce.org/show_bug.cgi?id=10899
Ash Charles <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ash Charles <[email protected]> --- Shucks---I should have searched for this bug report before trying to make a similar patch! I've attached my version of the patch here where I kept a reference to $(builddir). I'm not super familiar with autotools so I don't know if this would be necessary. Either way, both patches work for me :). diff --git a/scripts/Makefile.am b/scripts/Makefile.am index f2f0600..8d7ea97 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -10,7 +10,7 @@ bin_SCRIPTS = \ xdt-autogen \ xdt-commit -xdt-autogen: Makefile $(srcdir)/xdt-autogen.in +xdt-autogen: Makefile $(builddir)/xdt-autogen.in rm -f xdt-autogen xdt-autogen.gen sed -e 's,\@DATADIR\@,$(datadir),g' \ xdt-autogen.in \ -- 1.8.3.2 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
