root/packaging/centuryegg/install-autoconf-rpm
| Revision 12484, 124 bytes (checked in by build, 16 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | if [ "x`rpm -qa autoconf | grep 2.61`" == "x" ] |
| 3 | then |
| 4 | sudo rpm -Uvh ~/rpmbuild/RPMS/*/autoconf-*2.61*.rpm |
| 5 | fi |
Note: See TracBrowser
for help on using the browser.
