Skip to content

Commit

Permalink
dbus: Wrap long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Mar 12, 2018
1 parent 0f6592a commit 9f04eda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dbus.be0
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ LIBEXECDIR=/usr/lib/dbus-1.0
mee_configure() {
systemdsystemunitdir=$(pkg-config --variable=systemdsystemunitdir systemd)

bee_configure --with-dbus-user=dbus --with-systemdsystemunitdir=${systemdsystemunitdir}
bee_configure \
--with-dbus-user=dbus \
--with-systemdsystemunitdir=${systemdsystemunitdir}
}

mee_build() {
Expand Down

0 comments on commit 9f04eda

Please sign in to comment.