[Issue 12453] 'ini' directory missing in ZIP release bundles
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Jul  7 20:02:27 PDT 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=12453
Andrew Edwards <edwards.ac at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |edwards.ac at gmail.com
--- Comment #3 from Andrew Edwards <edwards.ac at gmail.com> ---
Temporary workaround:
Change line 376 of posix.mak from:
    cp ../ini/$(OS)/$(bin_dir)/dmd.conf $(INSTALL_DIR)/bin/dmd.conf
to:
    cp ../../$(OS)/$(bin_dir)/dmd.conf $(INSTALL_DIR)/bin/dmd.conf
Will be addressed before final release of 2.066.0
--
    
    
More information about the Digitalmars-d-bugs
mailing list