aboutsummaryrefslogtreecommitdiff
path: root/Makefile.pl
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-04-03 12:24:22 +0400
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-04-03 12:24:22 +0400
commit989a50b439471cef748a07e7824021c836ab2c9e (patch)
tree3a0bff5beee95939651f84c7f92961a363765f04 /Makefile.pl
parent0ed940996d90b7d4f836486e8ad996ab2b26eda5 (diff)
downloadabi-compliance-checker-989a50b439471cef748a07e7824021c836ab2c9e.tar.gz
ACC 1.97.3
Diffstat (limited to 'Makefile.pl')
-rwxr-xr-xMakefile.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pl b/Makefile.pl
index c08bb72..ccee3f5 100755
--- a/Makefile.pl
+++ b/Makefile.pl
@@ -191,7 +191,7 @@ sub scenario()
print "-- Installing $EXE_PATH/$TOOL_SNAME\n";
mkpath($EXE_PATH);
writeFile($EXE_PATH."/".$TOOL_SNAME, $Content);
- chmod(0755, $EXE_PATH."/".$TOOL_SNAME);
+ chmod(0775, $EXE_PATH."/".$TOOL_SNAME);
# copy modules
if(-d $ARCHIVE_DIR."/modules")