Skip to content

Commit

Permalink
[slave.mk]: Make installer executable. (#337)
Browse files Browse the repository at this point in the history
Signed-off-by: marian-pritsak <marianp@mellanox.com>
  • Loading branch information
marian-pritsak authored and lguohan committed Feb 27, 2017
1 parent 0873422 commit 8dc9dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ $(addprefix $(TARGET_PATH)/, $(SONIC_INSTALLERS)) : $(TARGET_PATH)/% : .platform
$(if $($*_DOCKERS),
rm sonic_debian_extension.sh,
)

chmod a+x $@
$(FOOTER)

###############################################################################
Expand Down

0 comments on commit 8dc9dcc

Please sign in to comment.