Skip to content

Commit

Permalink
Require daemon for the generated packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed Aug 11, 2015
1 parent fff5534 commit 10686a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build_release/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func packageFpm(
"-C", binDir,
"-v", version,
"-d", "fuse >= 2.9.2",
"-d", "daemon",
"--vendor", "",
"--maintainer", "Aaron Jacobs <jacobsa@google.com>",
"--url", "https://github.com/googlecloudplatform/gcsfuse",
Expand Down

0 comments on commit 10686a7

Please sign in to comment.