runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f36c7956e1f3512f190e3b6c45a9f4fb36d5f25c
parent 24e9e12da178c9faee3fde971814ce033e973b4f
Author: Gerrit Pape <pape@smarden.org>
Date:   Sun, 23 Dec 2001 02:38:49 +0000

minor.

Diffstat:
Mdebian/rules | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules @@ -27,12 +27,14 @@ build-stamp: mkdir -p admin/runit-0.2.2/compile tar xfzvp daemontools-pd-0.76.tar.gz \ -C admin/runit-0.2.2/compile - ( cd admin/runit-0.2.2/compile ; \ - ln -s daemontools-pd-0.76 support ) ( \ - cd admin/runit-0.2.2 ; \ - echo 'diet gcc -O2 -Wall' > support/conf-cc ; \ + cd admin/runit-0.2.2/compile ; \ + ln -s daemontools-pd-0.76 support \ + echo 'diet gcc -O2 -Wall' > support/conf-cc ; \ echo 'diet gcc -s -Os -pipe' > support/conf-ld ; \ + ) + ( \ + cd admin/runit-0.2.2 ; \ package/compile ; \ echo "/package/admin/runit-0.2.2" > compile/home ; \ rm -f compile/src ; \