[Bug 253469] Review Request: opyum - Offline package installation and update tools

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 28 14:39:23 UTC 2007


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 at diffingo.com  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.




More information about the Fedora-package-review mailing list