diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-05-23 13:54:15 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-05-23 13:54:15 +0000 |
commit | bf75e910ae3160b4ff1a2ed7292ac7def7b61940 (patch) | |
tree | b5f3f6fd5228a570233b1b1e1a17b2e7eded1eb1 /bootstrap | |
parent | 7b6f7ba0aa0beb4b1299afa44ea23650f9b33749 (diff) | |
download | pkgsrc-bf75e910ae3160b4ff1a2ed7292ac7def7b61940.tar.gz |
Remove no-op variable (doubly so, it's incorrectly spelled) for AIX.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/mkbinarykit | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap/mkbinarykit b/bootstrap/mkbinarykit index 46fb331c7f7..eb03556c103 100755 --- a/bootstrap/mkbinarykit +++ b/bootstrap/mkbinarykit @@ -1,6 +1,6 @@ #!/bin/sh -# $NetBSD: mkbinarykit,v 1.19 2007/05/23 05:06:03 schmonz Exp $ +# $NetBSD: mkbinarykit,v 1.20 2007/05/23 13:54:15 schmonz Exp $ # # Make a binary bootstrap kit and place it in targetdir (or current # working directory if not specified). The mk.conf.example file is @@ -72,7 +72,6 @@ sedprog="sed" case "$opsys" in AIX) - syscondir=$prefix/etc pkgdbdir=$prefix/pkgdb ;; Darwin) |