Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

Commit

Permalink
Update makefile and set execute flag
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Jan 8, 2018
1 parent 8823c21 commit b5ca992
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ all: out/dropbear-$(GIT_COMMIT).hmod

out/dropbear-$(GIT_COMMIT).hmod: mod/bin/dropbear
mkdir -p "out"
chmod +x mod/etc/init.d/*
tar -czvf "$@" -C "mod" "bin" "etc"
touch "$@"

Expand Down
Empty file modified mod/etc/init.d/S93dropbear
100644 → 100755
Empty file.

0 comments on commit b5ca992

Please sign in to comment.