Show
Ignore:
Timestamp:
01/27/08 17:09:45 (16 years ago)
Author:
broder
Message:

Made some slight adjustments to how the copyright files are added. Didn't increment the package revisions because it doesn't actually change what happens.

Files:

Legend:

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

    r80 r81  
    88Description: Update MacAthena packages 
    99Source-MD5: 908e375ad7c401d1fb1beed9bfa05987 
     10DocFiles: copyright 
    1011 
    1112PatchScript: sed -i ".bak" -e 's|@FINKPREFIX@|%p|g' macathena-update 
     
    1415InstallScript: << 
    1516        mkdir -p %i/bin/ 
    16         mkdir -p %i/share/doc/%n/ 
    1717        cp %b/macathena-update %i/bin/ 
    18         cp %b/copyright %i/share/doc/%n/ 
    1918<<