[32831] trunk/dports/net/hfsrsync/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jan 13 20:54:49 PST 2008


Revision: 32831
          http://trac.macosforge.org/projects/macports/changeset/32831
Author:   ryandesign at macports.org
Date:     2008-01-13 20:54:48 -0800 (Sun, 13 Jan 2008)

Log Message:
-----------
hfsrsync: no longer use the deprecated 'cd' command

Modified Paths:
--------------
    trunk/dports/net/hfsrsync/Portfile

Modified: trunk/dports/net/hfsrsync/Portfile
===================================================================
--- trunk/dports/net/hfsrsync/Portfile	2008-01-14 04:53:04 UTC (rev 32830)
+++ trunk/dports/net/hfsrsync/Portfile	2008-01-14 04:54:48 UTC (rev 32831)
@@ -24,8 +24,7 @@
 }
 
 post-destroot {
-	      cd ${worksrcpath}
-	      xinstall -m 0755 -s rsync ${destroot}${prefix}/bin/hfsrsync
+	      xinstall -m 0755 -s -W ${worksrcpath} rsync ${destroot}${prefix}/bin/hfsrsync
 	      file delete -force ${destroot}${prefix}/bin/rsync
 	      file rename ${destroot}${prefix}/share/man/man1/rsync.1 \
 	      	   ${destroot}${prefix}/share/man/man1/hfsrsync.1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080113/849f39ba/attachment.html


More information about the macports-changes mailing list