Changeset 105

Show
Ignore:
Timestamp:
02/02/08 17:34:28 (16 years ago)
Author:
broder
Message:

macathena-update will now attempt to update all macathena-* packages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fink/main/finkinfo/macathena-update.info

    r81 r105  
    11Package: macathena-update 
    2 Version: 78 
     2Version: 105 
    33Revision: 1 
    44Source: http://macathena.mit.edu/dist/update-svn%v.tar.gz 
  • trunk/source/update/macathena-update

    r63 r105  
    33sudo svn up @FINKPREFIX@/fink/dists/macathena/ 
    44fink index 
    5 echo "You should run fink update-all to make sure you have the latest packages" 
     5fink update `fink list --installed --tab macathena | awk '{ print $2 }' | xargs echo` 
     6echo "All MacAthena packages should have been updated, but you should run fink update-all to make sure you have the latest packages"