commit 6a6d3f9a4c2538c79be221124e985382602d77a6 parent f36c7956e1f3512f190e3b6c45a9f4fb36d5f25c Author: Gerrit Pape <pape@smarden.org> Date: Sun, 23 Dec 2001 02:39:48 +0000 minor. Diffstat:
M | debian/rules | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules @@ -29,8 +29,8 @@ build-stamp: -C admin/runit-0.2.2/compile ( \ cd admin/runit-0.2.2/compile ; \ - ln -s daemontools-pd-0.76 support \ - echo 'diet gcc -O2 -Wall' > support/conf-cc ; \ + ln -s daemontools-pd-0.76 support ; \ + echo 'diet gcc -O2 -Wall' > support/conf-cc ; \ echo 'diet gcc -s -Os -pipe' > support/conf-ld ; \ ) ( \