GNOME Bugzilla – Bug 637023
glade files don't install in the proper place
Last modified: 2010-12-12 22:54:18 UTC
Hi, There's a mismatch between configure.ac's GLADE_CATALOG_DIR and data/glade/Makefile.am's GLADE_CATALOGUE_DIR, resulting in the glade files not being installed in the right place. The attached patch by Michael Terry fixes it by renaming GLADE_CATALOGUE_DIR to GLADE_CATALOG_DIR.
Created attachment 176239 [details] [review] fix typo
Review of attachment 176239 [details] [review]: Could you provide a git format-patch? Also could you please rename the cataloguedir variable also to catalogdir (to make things more consistent). Thanks a lot!
Created attachment 176313 [details] [review] Use GLADE_CATALOG_DIR as used by configure.ac Done. OK to push?
Review of attachment 176313 [details] [review]: Go for it.
Thanks, pushed to master. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.