-
Type: Bug
-
Resolution: Fixed
-
Priority: Critical
-
Affects Version/s: master, 4.5.0
-
Component/s: pegasus-kickstart
-
None
In Makefile, Pegasus-kickstart uses the "determine-lib-dir" script with an absolute path to "release-tools/system/determine-lib-dir". However, the "system" subfolder doesn't exist so libinterpose will not be moved to correct dir during e.g. ant dist.
BTW. ant dist uses "determine-lib-dir" correctly and set a variable with its value. Maybe we should think about reusing this variable instead of executing the script in pegasus-kickstart's makefile once more ?