https://bugzilla.redhat.com/show_bug.cgi?id=1066629



--- Comment #17 from Pádraig Brady <[email protected]> ---
James that would be great, thanks.

If the scripts were only ever initiated from that /usr/bin/tripleo script,
then exporting an adjusted PATH there before calling the /usr/libexec script
might suffice. If not then it might be possible to add a PATH adjustment
line at the start of the each of each script (assuming all shell script),
by doing something like this in the spec:

sed -i '2iexport PATH="$PATH:/usr/libexec/openstack-tripleo"'
%{buildroot}%{_bindir}/*

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to