Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: opyum - Offline package installation and update tools https://bugzilla.redhat.com/show_bug.cgi?id=253469 ------- Additional Comments From s.adam@xxxxxxxxxxxx 2007-08-28 10:39 EST ------- I've never created a configure script before but from what I understand it's a bash script... this would work: python_sitelib=$(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") echo -n "Checking for pirut... " if [ -d "$python_sitelib/pirut" ];then echo "Yes, $python_sitelib/pirut" else echo 'No' fi -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review