root/packaging/centuryegg/install-expat-rpm

Revision 8935, 122 bytes (checked in by davidm, 2 years ago)

Don't install packages which are already installed

  • 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 expat | grep 1.95.8`" == "x" ]
3then
4    sudo rpm -Uvh ~/rpmbuild/RPMS/*/expat-*1.95.8*.rpm
5fi
Note: See TracBrowser for help on using the browser.