Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReuter committed Jan 28, 2017
1 parent 72cb79d commit d4a3c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ That's all !!!
## Build results
The build artifacts can be found on a local directory `./builds`.
```
ls -al ./builds/20170121-114222/
$ ls -al ./builds/20170121-114222/
total 52624
-rw-r--r-- 1 dieter staff 140189 Jan 21 12:42 4.9.4-bee42-v8.config
-rw-r--r-- 1 dieter staff 21790694 Jan 21 12:53 4.9.4-bee42-v8.tar.gz
Expand Down
3 changes: 1 addition & 2 deletions build-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mkdir -p $BUILD_DEST

# Get the Linux kernel 4.9 source
BRANCH=rpi-4.9.y
if [[ -d $LINUX ]]; then
if [ -d $LINUX ]; then
# update kernel repo
cd $LINUX
git pull
Expand Down Expand Up @@ -84,4 +84,3 @@ cp $TARFILE2* $BUILD_DEST/

# List build artefacts
ls -al $BUILD_DEST/

0 comments on commit d4a3c65

Please sign in to comment.