diff options
author | cjep <cjep@pkgsrc.org> | 2004-04-05 01:34:17 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-04-05 01:34:17 +0000 |
commit | afcb1149e896cd035473877f686095e476d058a3 (patch) | |
tree | 2ecccc6570f64cdf40054d4a98a1b7ff65b9b815 /bootstrap/mkbinarykit | |
parent | a9c69008459e3793188ca2df0604fe5956a90eb2 (diff) | |
download | pkgsrc-afcb1149e896cd035473877f686095e476d058a3.tar.gz |
Fix comment to match new location
Diffstat (limited to 'bootstrap/mkbinarykit')
-rwxr-xr-x | bootstrap/mkbinarykit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/mkbinarykit b/bootstrap/mkbinarykit index ab9c8eefd2f..ae467f4a078 100755 --- a/bootstrap/mkbinarykit +++ b/bootstrap/mkbinarykit @@ -1,12 +1,12 @@ #!/bin/sh -# $NetBSD: mkbinarykit,v 1.5 2004/04/04 02:01:28 grant Exp $ +# $NetBSD: mkbinarykit,v 1.6 2004/04/05 01:34:17 cjep Exp $ # # Make a binary bootstrap kit and place it in targetdir (or current # working directory if not specified). The mk.conf.example file is # copied to /etc/mk.conf (or /etc/mk.conf.example on systems which # may already have a /etc/mk.conf file) or to the location specified -# by using --mkconf. Run this program from the bootstrap-pkgsrc +# by using --mkconf. Run this program from the pkgsrc/bootstrap # directory. usage="Usage: $0 "' |