Since lsof doesn't like AIX's strip command I made this change to the %install section of lsof.spec:

case "%{l_platform -t}" in
*-aix*) %{l_shtool} install -c lsof $RPM_BUILD_ROOT%{l_prefix}/bin/ ;;
*     ) %{l_shtool} install -c -s lsof RPM_BUILD_ROOT%{l_prefix}/bin/;;
esac

Doug
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to