From 43e871dbe76e6867f8489bad91574e6870ab5c26 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Wed, 21 Jun 2017 19:49:22 +0200 Subject: Make the auxiliary script executable. Dub removes the executable flag somewhere / somehow. See Also: #19 --- dub.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dub.json b/dub.json index 35955fa..21920fe 100644 --- a/dub.json +++ b/dub.json @@ -28,6 +28,7 @@ "name": "other", "libs": ["MagickCore"], "preGenerateCommands": [ + "chmod +x $PACKAGE_DIR/build-aux/magickVersion.sh", "PACKAGE_DIR=$PACKAGE_DIR $PACKAGE_DIR/build-aux/magickVersion.sh" ] } -- cgit v1.2.3