Skip to content

Commit

Permalink
Merge pull request #318 from TimSpence/master
Browse files Browse the repository at this point in the history
Terminate debian/package.sh on error: Issue #317
  • Loading branch information
pcottle authored Dec 24, 2020
2 parents 9a71b9d + 1e25cd7 commit 3d285f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dist/*
fpp.deb
fpp*.deb
debian/usr/
pathpicker*.deb
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Installing PathPicker is easiest with [Homebrew for mac](http://brew.sh/):
### Linux

On Debian-based systems, run these steps:
[fakeroot](https://wiki.debian.org/FakeRoot):

```
$ git clone https://github.com/facebook/PathPicker.git
Expand Down
2 changes: 1 addition & 1 deletion debian/package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
Expand Down

0 comments on commit 3d285f8

Please sign in to comment.