http://bugzilla.wpkg.org/show_bug.cgi?id=236 Rainer Meier <r.meier at wpkg.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |r.meier at wpkg.org Resolution| |FIXED --- Comment #4 from Rainer Meier <r.meier at wpkg.org> --- I have just committed an update which is supposed to include an updated for this as well. Please verify it using the code from SVN (WPKG 1.2.1-RC21): <http://wpkg.svn.sourceforge.net/viewvc/wpkg/wpkg/stable/1.2/> FIX: Enhanced recursive variable evaluation. Variables can now be used within other variable definitions as long as they are specified in correct order. For example specifying the following shall work now: <variable name="ext_id" value="{e2fda1a4-762b-4020-b5ad-a41df1933103}" /> <variable name="ext_dirname" value="lightning" /> <variable name="instdir" value="%PROGRAMFILES%\Mozilla \ Thunderbird\extensions\%ext_id%" /> ... Note that the last variable included a variable which is defined within the package itself. Previously it was only allowed to include variables which were defined at a different level (host, profile...). Fixes bug 236. Thanks to Kalyniak Oleksandr. -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. |