Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
make: Change make install to build snap
Browse files Browse the repository at this point in the history
Change `make install` also to build snap before `cp`, by adding the command for
executing `make all`. Tested manually.

Signed-off-by: Saija Sorsa <saija.sorsa@intel.com>
  • Loading branch information
ssorsa committed Jul 25, 2016
1 parent 46face0 commit 803840c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ check:
all:
bash -c "./scripts/build_snap.sh"
install:
$(MAKE) all
cp build/bin/snapd /usr/local/bin/
cp build/bin/snapctl /usr/local/bin/
proto:
Expand Down

0 comments on commit 803840c

Please sign in to comment.