Thread overview
[Issue 12453] 'ini' directory missing in ZIP release bundles
Jul 08, 2014
Andrew Edwards
Jul 25, 2014
Martin Nowak
July 08, 2014
https://issues.dlang.org/show_bug.cgi?id=12453

Andrew Edwards <edwards.ac@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |edwards.ac@gmail.com

--- Comment #3 from Andrew Edwards <edwards.ac@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

--
July 25, 2014
https://issues.dlang.org/show_bug.cgi?id=12453

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |code@dawg.eu
         Resolution|---                         |WONTFIX

--- Comment #4 from Martin Nowak <code@dawg.eu> ---
The install target doesn't work/isn't maintained anyhow, the folder layout in
src is messed up and it doesn't make much sense to deploy source code with
binary releases in the first place.
You can get working source archives directly from github, e.g.
https://github.com/D-Programming-Language/dmd/releases.

I also wrote a small build script to work with github sources. https://gist.github.com/MartinNowak/c5f714fb16be96db13e5

It would be a little simpler with a meta repo as proposed in issue 11792.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=12453

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--