From 691bc1a9a7a56195d35a973e846d01bc0cfce4f0 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sun, 9 Dec 2018 12:33:03 +0100 Subject: [PATCH] Fix dubhash.d for packages depending on dscanner --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index b638ffc..3b7dae6 100644 --- a/dub.json +++ b/dub.json @@ -24,6 +24,6 @@ "bin" ], "preGenerateCommands" : [ - "rdmd dubhash.d" + "rdmd $PACKAGE_DIR/dubhash.d" ] }