diff options
author | Gerrit Pape <pape@smarden.org> | 2003-05-04 09:37:01 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-05-04 09:37:01 +0000 |
commit | b2ccc29f9c0846918bb650fbae026cc5268ad918 (patch) | |
tree | 29766af67e82b60c7462cbfcaedf2c4551af2e95 /Makefile | |
parent | 6a3f09f70cd93d1088f8738276a2bf657a7c00d8 (diff) | |
download | runit-b2ccc29f9c0846918bb650fbae026cc5268ad918.tar.gz runit-b2ccc29f9c0846918bb650fbae026cc5268ad918.tar.xz runit-b2ccc29f9c0846918bb650fbae026cc5268ad918.zip |
* Makefile: actually build runsvstat, runsvctrl before installing them,
fixes build failure (thx Lukas Beeler). 0.9.3.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 8caf7c8..3cd5774 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DESTDIR= -PACKAGE=runit-0.9.2 +PACKAGE=runit-0.9.3 DIRS=doc man etc package src MANPAGES=runit.8 runit-init.8 runsvdir.8 runsv.8 svwaitdown.8 svwaitup.8 \ utmpset.8 runsvchdir.8 runsvstat.8 runsvctrl.8 svlogd.8 |