diff options
-rw-r--r-- | chapter8/procps-ng.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter8/procps-ng.sh b/chapter8/procps-ng.sh index c1f8d15..3759362 100644 --- a/chapter8/procps-ng.sh +++ b/chapter8/procps-ng.sh @@ -6,8 +6,7 @@ --docdir=/usr/share/doc/procps-ng-"${VERSION}" \ --disable-static \ --disable-kill \ - --with-systemd && - + --with-systemd && make && |