summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorMike Wey2017-06-21 19:49:22 +0200
committerMike Wey2017-06-21 19:49:22 +0200
commit43e871dbe76e6867f8489bad91574e6870ab5c26 (patch)
tree0256553d124f5d8354a7a1eddf30aa56aeeada4d /dub.json
parentbcf05572066190e7a8b07dcbc66369bf73d70686 (diff)
Make the auxiliary script executable.v0.2.1
Dub removes the executable flag somewhere / somehow. See Also: #19
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json1
1 files changed, 1 insertions, 0 deletions
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"
]
}