-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hfelton-lists schrieb: > this is totally minor, but it annoyed me and looks to be > harmless in the overall scheme... (related to the profile.d > issue because i kept getting update msgs for it)
Actually this (probably) doesn't work. If the PKG_CONFIG variable is set in the environment to some value, say, /foo/bin/pkg-config, then in line 469 the add_to_env function will *append* the new value to the existing value, giving PKG_CONFIG=/foo/bin/pkg-config:/gnome/bin/pkg-config-msys.sh -- and that value cannot be used as a command name anymore. So either line 469 has to be changed, or, as it is done currently, the variable has to be emptied beforehand. > > have fun, h. > > Index: install.sh > =================================================================== > --- install.sh (revision 15239) > +++ install.sh (working copy) > @@ -21,7 +21,6 @@ > SEPS_INTLTOOL_PERL=" " > SEPS_PATH=":" > SEPS_PKG_CONFIG=":" > -PKG_CONFIG="" > SEPS_PKG_CONFIG_PATH=":" > SEPS_READLINE_CPPFLAGS=" " > SEPS_READLINE_LDFLAGS=" " > _______________________________________________ > gnucash-devel mailing list > [email protected] > https://lists.gnucash.org/mailman/listinfo/gnucash-devel > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRYqFG2XAi+BfhivFAQI7MgP7Bimn34d+d629ijXxnTXFeIGFXoSSJMkl ++2tYGwGHE0Dy2/kX0LW5vWvaiYd5QLTah3KJxJuE4fmrK9wuHc3D73JtjK4xXSy cEsMAwmHs29zGGtbbaE6xkk7CnRxsNTAKWuFV8boD911JPd/yfC69Gn6vh2zEkEs VnhJBbg9z8g= =78yd -----END PGP SIGNATURE----- _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
