diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 116a51f7a3..6d112b8c2f 100644 --- a/configure.ac +++ b/configure.ac @@ -2279,6 +2279,13 @@ AC_CONFIG_FILES([ src/rust/.cargo/config scripts/maint/checkOptionDocs.pl scripts/maint/updateVersions.pl +], [ + chmod +x contrib/dist/suse/tor.sh + chmod +x link_rust.sh + chmod +x contrib/dist/tor.sh + chmod +x contrib/dist/torctl + chmod +x scripts/maint/checkOptionDocs.pl + chmod +x scripts/maint/updateVersions.pl ]) if test "x$asciidoc" = "xtrue" && test "$ASCIIDOC" = "none"; then |