Skip to content

Commit

Permalink
(part of the packaging run patches)
Browse files Browse the repository at this point in the history
fixes creation of symlink to keep it in the destroot

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3104 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Felix Kronlage committed Jul 30, 2003
1 parent 288ba9d commit a671795
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lang/cm3/Portfile
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.5 2003/03/26 01:36:23 landonf Exp $
# $Id: Portfile,v 1.6 2003/07/30 22:56:29 fkr Exp $
PortSystem 1.0
name cm3
version 5.2.4
Expand Down Expand Up @@ -68,8 +68,9 @@ build {

install {
# create a link to cm3 (m3 compiler) in ${prefix}/cm3/bin
cd ${destroot}/${prefix}/cm3/bin/
system "ln -s \
${destroot}/${prefix}/cm3/pkg/cm3/PPC_DARWIN/cm3 ${destroot}/${prefix}/cm3/bin/cm3"
../pkg/cm3/PPC_DARWIN/cm3"

# copy bootstrap configuration file to destroot
file copy -force \
Expand Down

0 comments on commit a671795

Please sign in to comment.