public this repo is viewable by everyone
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Fix building macfuse on case-sensitive filesystems


git-svn-id: http://svn.macports.org/repository/macports/trunk@36287 
d073be05-634f-4543-b044-5fe20cf6d1d6
kballard (author)
16 days ago
commit  cba202f1da82e7a9775df792f5193447afbdcff2
tree    70661c60e631ae7ef728d758a747d04f044bf8b1
parent  d96fe061e892bcdfb1652b3722c6473624f1dd42
...
4
5
6
 
7
8
9
...
61
62
63
64
 
65
66
67
...
4
5
6
7
8
9
10
...
62
63
64
 
65
66
67
68
0
@@ -4,6 +4,7 @@ PortSystem 1.0
0
 
0
 name macfuse
0
 version 1.3
0
+revision 1
0
 categories fuse devel
0
 platforms darwin
0
 maintainers eridius@macports.org
0
@@ -61,7 +62,7 @@ build {
0
 destroot {
0
     set dmgname [exec cat ${workpath}/dmgname]
0
     # we know the build script generates a .tar.bz2 right next to the dmg
0
- set tarname [string replace $dmgname end-2 end "tar.bz2"]
0
+ set tarname [string tolower [string replace $dmgname end-2 end "tar.bz2"]]
0
     system "tar -xjf $tarname -C ${destpath}"
0
     delete ${destpath}/opt
0
     file rename ${destpath}/usr ${destpath}/opt

Comments

    No one has commented yet.