diff options
| author | Mike Wey | 2017-06-21 19:49:22 +0200 |
|---|---|---|
| committer | Mike Wey | 2017-06-21 19:49:22 +0200 |
| commit | 43e871dbe76e6867f8489bad91574e6870ab5c26 (patch) | |
| tree | 0256553d124f5d8354a7a1eddf30aa56aeeada4d /dub.json | |
| parent | bcf05572066190e7a8b07dcbc66369bf73d70686 (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.json | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" ] } |
