Skip to content

Commit

Permalink
set localstatedir to /var for default PID file location /var/run/ebus…
Browse files Browse the repository at this point in the history
…d.pid
  • Loading branch information
john30 committed Feb 8, 2015
1 parent bc1fa51 commit 4404202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ test -n "$srcdir" || srcdir=.
mkdir -p "$srcdir/build"

autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
test -n "$NOCONFIGURE" || "$srcdir/configure" "--localstatedir=/var" "$@"

0 comments on commit 4404202

Please sign in to comment.