Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3105

Show
Ignore:
Timestamp:
01/21/08 08:02:42 (11 months ago)
Author:
larsivi
Message:

Path fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install/gdc-posix/mkinstaller.sh

    r2642 r3105  
    6464cp ../install/gdc-posix/uninstall.sh bin/uninstall-tango-core || die 1 "Failed to install the uninstaller" 
    6565 
    66 mkdir -p include 
    67 cp -pR ../tango include || die 1 "Failed to copy in the tango .d files" 
     66mkdir -p include/d 
     67cp -pR ../tango include/d || die 1 "Failed to copy in the tango .d files" 
    6868 
    6969mkdir -p lib 
    7070cp ../libgtango.a lib || die 1 "Failed to copy in the tango .a file" 
    7171 
    72 find include/tango -name .svn | xargs rm -rf 
     72find include/d/tango -name .svn | xargs rm -rf 
    7373tar zcf ../tango.tar.gz * || die 1 "Failed to create tango.tar.gz" 
    7474cd .. || exit 1