Skip to content

Commit

Permalink
c.sh: do not specify sbindir
Browse files Browse the repository at this point in the history
The default value is correct now.
  • Loading branch information
LudovicRousseau committed May 4, 2024
1 parent 960e367 commit dd6b888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ rm -rf "$BUILDDIR"

meson setup "$BUILDDIR" \
--prefix /usr \
--sbindir usr/sbin \
-Dsystemdunit=system \
"$@"

Expand Down

0 comments on commit dd6b888

Please sign in to comment.