diff options
author | Moritz Maxeiner <mm@ucw.sh> | 2019-06-07 14:19:40 +0200 |
---|---|---|
committer | Moritz Maxeiner <mm@ucw.sh> | 2019-06-07 16:20:39 +0200 |
commit | 1617863ab30a62f0cd5e85debeac16eee21cd17f (patch) | |
tree | c0b18acdf4d1f73eb2d77afef978b22e3125020e /dev-lang | |
parent | Code style: Use '==' for enhanced [[, '-' for test/[ (diff) | |
download | dlang-1617863ab30a62f0cd5e85debeac16eee21cd17f.tar.gz dlang-1617863ab30a62f0cd5e85debeac16eee21cd17f.tar.bz2 dlang-1617863ab30a62f0cd5e85debeac16eee21cd17f.zip |
Fix error message in dmd ebuild
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/dmd/dmd-2.086.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/dmd/dmd-2.086.0.ebuild b/dev-lang/dmd/dmd-2.086.0.ebuild index a6a5122..438b08b 100644 --- a/dev-lang/dmd/dmd-2.086.0.ebuild +++ b/dev-lang/dmd/dmd-2.086.0.ebuild @@ -20,5 +20,5 @@ dmd_src_prepare_extra() { cp "${FILESDIR}/2.086-default_ddoc_theme.ddoc" "dmd/res/default_ddoc_theme.ddoc" || die "Failed to copy 'default_ddoc_theme.ddoc' file into 'src/res' directory." # Copy missing config.d - cp "${FILESDIR}/2.086-config.d" "dmd/config.d" || die "Failed to copy 'config.sh' file into 'dmd' directory." + cp "${FILESDIR}/2.086-config.d" "dmd/config.d" || die "Failed to copy 'config.d' file into 'dmd' directory." } |