root/packaging/centuryegg/install-autoconf-rpm

Revision 12484, 124 bytes (checked in by build, 16 months ago)

Added libraries needed by Python 2.6

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:mime-type set to text/plain
Line 
1#!/bin/bash
2if [ "x`rpm -qa autoconf | grep 2.61`" == "x" ]
3then
4    sudo rpm -Uvh ~/rpmbuild/RPMS/*/autoconf-*2.61*.rpm
5fi
Note: See TracBrowser for help on using the browser.