runit

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

commit 833db9a26c5db5b1e4ddbf0cb330675754810416
parent cdf171b0fdf63862fb29996bf1367cb1aab68027
Author: Gerrit Pape <pape@smarden.org>
Date:   Wed, 29 Jan 2003 18:40:46 +0000

typo.

Diffstat:
Mdebian/rules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules @@ -120,7 +120,7 @@ install: build install -m0644 admin/runit/package/$$i \ $(CURDIR)/debian/runit/usr/share/doc/runit/; \ done - for i in README.Debian copyright; do + for i in README.Debian copyright; do \ install -m0644 debian/$$i \ $(CURDIR)/debian/runit/usr/share/doc/runit/; \ done