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

Commit

Permalink
Update build script to say building snapd and snapctl
Browse files Browse the repository at this point in the history
  • Loading branch information
geauxvirtual committed Nov 30, 2015
1 parent 4203dac commit f947c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ mkdir -p $PROCESSORDIR

# snapd
echo "Source Dir = $SOURCEDIR"
echo " Building snap Daemon"
echo " Building snapd"
go build -ldflags "-w -X main.gitversion=$GITVERSION" -o $BINDIR/snapd . || exit 1

# snapctl
echo " Building snap Command Line"
echo " Building snapctl"
cd $SOURCEDIR/cmd
for d in *; do
if [[ -d $d ]]; then
Expand Down

0 comments on commit f947c26

Please sign in to comment.