Changeset 40545 for trunk/dports


Ignore:
Timestamp:
Oct 6, 2008, 7:16:15 PM (16 years ago)
Author:
blair@…
Message:

Apply the patch from #16768 with one minor tweak. This puts a 'cd'
inside the system command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/java/beanshell/Portfile

    r25915 r40545  
    6161        file copy ${distpath}/bshmanual.pdf ${docdir}/
    6262
    63         cd ${docdir}/javadocs
    64         system "unzip ${distpath}/javadoc.zip"
     63        system "cd ${docdir}/javadocs && unzip ${distpath}/javadoc.zip"
    6564}
Note: See TracChangeset for help on using the changeset viewer.