diff --git a/source/dub/dub.d b/source/dub/dub.d index d7768c3..60f57ca 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -240,6 +240,7 @@ void createEmptyPackage(Path path) { + if( !path.absolute() ) path = m_cwd ~ path; path.normalize(); //Check to see if a target directory needs to be created