diff options
Diffstat (limited to 'chapter8/procps-ng.sh')
-rw-r--r-- | chapter8/procps-ng.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter8/procps-ng.sh b/chapter8/procps-ng.sh index 630cfe4..64e7088 100644 --- a/chapter8/procps-ng.sh +++ b/chapter8/procps-ng.sh @@ -7,7 +7,7 @@ set -e --docdir=/usr/share/doc/procps-ng-"${VERSION}" \ --disable-static \ --disable-kill \ - --with-systemd && + --with-systemd && make && |