Ignore:
Timestamp:
2015-02-03T10:01:29+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Fixed testing for dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/package-kits/linux/repos/rpm

    r29705 r29706  
    1212        exit 1
    1313    }
    14     test -x `which createrepo` || {
     14    which createrepo || {
    1515        echo "Must install createrepo to manage rpm packages" >&2
    1616        exit 1
    1717    }
    18     test -x `which rpmsign` || {
     18    which rpmsign || {
    1919        echo "Must install rpmsign to sign rpm packages" >&2
    2020        exit 1
Note: See TracChangeset for help on using the changeset viewer.